Sending emails from 1and1 with PHPMailer

 PHP, Sin categoría  Comments Off on Sending emails from 1and1 with PHPMailer
Mar 152015
 

In this post we are going to explain how to send emails using PHPMailer from a 1and1 server.

On the one hand, we have a config.php file where we configure the main parameters.

On the other hand, here you have a sample of a php class using PHPMailer for sending emails.