Is there any PHP SMTP Protocol Class with Attachements
I tried this but no attachment option.
http://www.phpclasses.org/package/14-PHP-Sends-e-ma开发者_C百科il-messages-via-SMTP-protocol.html
There are several widely used options for sending email yourself (if you must):
- Swiftmailer
- PHPMailer
- Zend Mail
They all handle attachments for you. Generally, avoid PHPClasses.org.
Try this.
精彩评论