Easy WP SMTP is a popular and free plugin for WordPress to send email(s) by an authenticated SMTP service.

You can easily configure it to use Google Gmail SMTP service, using your own (or any other) Gmail account.

After install, you must configure Easpy WP SMTP as follows:

From email address: any email address you want to be the sender (es. info@mydomain.com)
From name: use a friendly name (es. "Customer Service")
SMTP host: smtp.gmail.com
Type of encription: SSL
SMTP Port: 465
SMTP Authentication: yes
SMTP username: your gmail address
SMTP password: your gmail password

Click on "Sava Changes"... and it's all!

Found this article interesting?
Subscribe to DomainRegister´s newsletter!

You can unsubscribe at any time by simply clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp s privacy practices here.

  • Gmail, WordPress, SMTP
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

 How To Insert a Carriage Return in a PHP String

If you need to insert a Carriage Return in a string in PHP: Carriage return is: "\r"  But...

 How to Create a phpinfo page

The phpinfo() function outputs a huge amount of information about the system you're using, such...

 How To Make a Redirect in PHP

If you want that a page redirects automatically the user to a certain page or site (let's say,...

 How to Backup Your MySQL Database Using PHP

This simple PHP script will provide a full dump of your MySQL database.You need to provide...

 How To Make a Redirect in HTML

If you want that a page redirects automatically the user to a certain page or site (let's say,...