Cannot send with attachment
-
Hi,
All works fine except that whenever I set the ‘attachments’ array, the email is not sent.
Using the official example to test:‘attachments’ => array(
array(
‘type’ => ‘text/plain’,
‘name’ => ‘myfile.txt’,
‘content’ => ‘ZXhhbXBsZSBmaWxl’
)
),Thanks for any suggestions!
Cheers,
Igor
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot send with attachment’ is closed to new replies.