This is the same blog for about this wordpress,
I have been looking for a solution of sending emails from my blog. It wasn’t sending emails/ I tried many of the plugins but no success.
Finally when i am in the situation which i can’t forward a bit step without sending mail features. Especially in case of lost password.
Finally I found angstrey.com was extremely useful for me.
These are the steps to do.
1. Create an email account on Godaddy account for this purpose.
2. Install the word press plugin "WP-Mail-SMTP" using plugins–> install new–find and search–> click on install
3. Now you navigate to the area Settings–>email
we have to fill out some feilds.
a. From Email :
b. From Name :
c. Mailer: Send all WordPress emails via SMTP
d. SMTP Host : relay-hosting.secureserver.net
e: SMTP port : 25
f: Encryption: No encryption.
g: Authentication: No: Do not use SMTP authentication.
Click on “update option” button to save the changes.
Bottom of the page shows an option to test email functionality.
choose any email for test out.Once the click on the button it returns some status of the email which send through the code.
if it is worked perfectly should returns "bool(true)"
Cropped out put shown below.
Test Message Sent
The result was:
bool(true)
The SMTP debugging output is shown below:
SMTP -> FROM SERVER:
220 p3nlsmtp03.shr.prod.phx3.secureserver.net ESMTP
SMTP -> FROM SERVER:
250-p3nlsmtp03.shr.prod.phx3.secureserver.net
250-PIPELINING
220 p3nlsmtp03.shr.prod.phx3.secureserver.net ESMTP
SMTP -> FROM SERVER:
250-p3nlsmtp03.shr.prod.phx3.secureserver.net
250-PIPELINING
250-SIZE 31457280
250 8BITMIME
SMTP -> FROM SERVER:
250 ok
SMTP -> FROM SERVER:
250 ok
SMTP -> FROM SERVER:
354 go ahead punk, make my day
SMTP -> FROM SERVER:
250 ok 1256477908 qp 25529 by p3nlsmtp03.shr.prod.phx3.secureserver.net
SMTP -> FROM SERVER:
221 p3nlsmtp03.shr.prod.phx3.secureserver.net Goodbye.