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
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