I\'m writing a fairly simple register php script that uses PHP\'s built in mail() function to email the user an activation link.
mail()
The problem is that I c
Best would be to use a library like Swift Mailer that throws exceptions that can be easily handled.