Possible error / fix for attachments with sendgrid
-
in PostmanSendGridMailEngine.php line 189
$this->email->addAttachment ( basename ( $file ) );
As far as i dug (for hours)
should be:
$this->email->addAttachment ( $file );
else the send failscheers, hope someone finds this useful
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Possible error / fix for attachments with sendgrid’ is closed to new replies.