Quantcast
Channel: smtp – WordPress.org Forums
Viewing all articles
Browse latest Browse all 1196

julianbraintly on "[Plugin: Postman SMTP Mailer/Email Log] Possible error / fix for attachments with sendgrid"

$
0
0

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 fails

cheers, hope someone finds this useful

https://wordpress.org/plugins/postman-smtp/


Viewing all articles
Browse latest Browse all 1196

Trending Articles