How to send email synchronously using PHP?

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

Guest
What is the EASIEST way to send email synchronously using PHP? Specifically, I want incorrect addresses to fail in the script itself, rather than bounce back to the sender later after the script has completed.
 
Back
Top