Manuel Lemos - 2008-03-03 19:22:42 - In reply to message 1 from f
Take a look at the test_personalized_bulk_mail.php example. It demonstrates how to send efficiently personalized and non-personalized messages to many recipients.
f - 2008-03-04 07:55:35 - In reply to message 6 from Manuel Lemos
Thanks Manuel.
Last question... i promise...
Being on a WinXP development machine, i get the following error:
Warning: mail(): SMTP server response: 501 <Your Name <[email protected]>>: "@" or "." expected after "Your" in /script.php (..\email_message.php) on line 665
I experienced this problem with XPertMailer as well and believe it to be a result of the Win OS.
Manuel Lemos - 2008-03-04 22:12:11 - In reply to message 9 from Alexander
You do not need a wrapper to send messages via SMTP with the MIME message page. Just use the smtp_message_class of this package. Since it is a sub-class of the email_message_class, it provides the same API.
This message also comes with a wrapper to replace the mail() function. It is named smtp_mail() and it provides the same functionality as the mail function, except that it does not have those bugs mentioned above and supports SMTP authentication and SSL connections (to send messages via Gmail SMTP server for instance).