79484535

Date: 2025-03-04 18:15:46
Score: 1
Natty:
Report link

It might have to do with the host parameter. You need to use the Eu - version of the sendgrid api for eu based subusers.

I was using php and had to change the code like this.

$sendgrid = new \SendGrid($_your_sendgrid_key, [
'host' => 'https://api.eu.sendgrid.com' ]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nikomh