开发者

How to send attachments using Swift mailer library?

开发者 https://www.devze.com 2023-03-19 16:42 出处:网络
Please let me know if any eg. how to send attachments(doc/image etc.) using Swift libr开发者_如何学编程ary?$message = Swift_Message::newInstance(\'Subject here\', \'Body here\');

Please let me know if any eg. how to send attachments(doc/image etc.) using Swift libr开发者_如何学编程ary?


$message = Swift_Message::newInstance('Subject here', 'Body here');

$message->attach(Swift_Attachment::fromPath('/path/to/file'));
0

精彩评论

暂无评论...
验证码 换一张
取 消