Introduction -- How to send a mail and the mailer backends
How To send a mail
Mail supports different types of backends
to send email. So two steps are necessary to send an email.
The mailer backends
Mail supports three types of backends:
mail
Sends a mail using PHPs build-in mail()-function.
sendmail
Sends a mail using a sendmail program.
smtp
Sends a mail directly connecting to a smtp server.