How To Configure WordPress to Send Emails With SMTP

MooseLucifer

Well-known member
Registered
Joined
May 20, 2016
Messages
149
Points
28
As you know, by mail() function of PHP to send mail without authenticating SMTP (when sending mail without declaring mail address and password SMTP to send valid emails) just need to declare recipients is can send successfully and because of that, it led to your server can be blacklist by mail servers.

Therefore, some hosting providers blocked mail() function to avoid this case occur.

However, you can send mail successfully from the website by going through PHPMailer library when fully configured SMTP send mail in the form on the website to perform a valid mail action.

If your website is built from WordPress then you need to install a WP plugin and config as following

+ Log into your WordPress admin

+ Install WP Plugin

Code:
https://wordpress.org/plugins/wp-mail-smtp/
+ In Settings >> WP SMTP

At the Mail Settings select and enter the following information:

1. Using mail hosting:

mail_hosting.jpg

2.Using Gmail:

using_gmail.png

Good luck!
 
Older Threads
Replies
0
Views
1,433
Replies
8
Views
4,352
Replies
6
Views
3,464

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top