Search code examples
phpmassmail

PHP Mass Mailling with authentification


Possible Duplicate:
Use php mass mailer or simply mail()?

Hello,

What is the best way to send 3000 emails (for example) with PHP? I understand using mail() function is not the recommended solution and that authentication with the MX server is a best practice.

Thank you.


Solution

  • swiftmailer would be a big help