0

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.

Community
  • 1
  • 1
Francisc
  • 77,430
  • 63
  • 180
  • 276

1 Answers1

1

swiftmailer would be a big help

SomewhereThere
  • 374
  • 2
  • 7