cpanel sending email using gmail smtp in wordpress plugin - wordpress

I'm using wordpress 3.8, Mail SMTP plugin to send emails, and cpanel. In my local it works fine as my host is gmail. And once I uploaded it live I get authentication failed and I'm sure I typed my gmail username and password correctly. Is there any configuration that must be done? In cpanel perhaps? Or the plugin itself? Please help out. Any help would be great. Thanks.

Can you please check you server is configurations done as per Googles Settings if your want to send mail through Google servers?
Add MX entries for Google Apps In server
Google SMTP email settings in Plugin
Otherwise you need to check the possibilities of your server to send email.
Domain & Server capability Checking , SMTP settings

Related

Gmail api for localhost

I have installed WordPress in my localhost. For sign up verification, I installed wp smtp mail plug in. I want to send mail via gmail. For that I need api client ID and client secret. But when I visit Google developer console, then I found that I can't use my localhost website for that.
My question: how can I get gmail api for WordPress wp smtp mail plug in. (For localhost:port)
Sorry for bad English. Hope you understand :)
There is popular plugin for Gmail:
Gmail SMTP
Gmail SMTP plugin allows you to authenticate with your Gmail account to send email via Gmail SMTP server.

the email could not be sent in wordpress

I have issue with sending mail to users when they register and submit for reset password as well
The error shows
the email could not be sent. possible reason: your host may have disabled the mail() function.
Set SMTP settings in WP configuration, don't use mail() function.
And here you should configure your SMTP(gmail account for example):
More here: https://www.anphira.com/wordpress/fix-wordpress-mail/
Its can be a server side issue, Im also having this problem on webmin virtualmin but the best way to fix if your mail server not working fine you can take a look on postman smtp plugin its perfect and working good on all Wordpress sites.

Unable to send email using smtp gmail account

I am working on small project using wordpress on my local host using Wamp.
I am trying to send email using smtp using my gmail account but its not working and showing me boolean false when i am trying to send test email.
I tried this with by changing my host and it's working fine with already working host which is mail.name.com.
but its not working with gmail i think there must be some setting in gmail to enable smtp to send mail. I searched online but i am unable to find solution.
step 1:
please login your gmail account and click blow link:
https://www.google.com/settings/security/lesssecureapps
and Access for less secure apps pick Turn On
Step 2:
Disable second steps vitrification off in your gmail account.
also asking with your hosting provider gmail smtp sever all allow or not In
godaddy you can not use gmail smtp server for sending mail.

How to send mails from a local webserver

I'm using vagrant which uses ubuntu to serve my Wordpress website. I simply want Wordpress to be able to send mails somehow. This is because I want to test email forms. Is there any way to do this? And how can i do this?
You can either use a tool like MailCatcher and configure your wordpress installation to use its SMTP server — it comes with an email viewer —, or use a simple tool like ssmtp which will relay your requests to an actual mail server — like GMail.

Configure Ubuntu VPS to send outgoing mail?

I need to send mails from my VPS hosting a wordpress website, the outgoing mails are mainly for new users registrations and I cant find a sigle guide out there.
You can follow this guide to setup email service on Ubuntu if your VPS doesn't have it
http://jonsview.com/how-to-setup-email-services-on-ubuntu-using-postfix-tlssasl-and-dovecot
But usually if your VPS have Control panel like Plesk,cPanel ..etc... Just simple create a new email account and using it
You can also install this plugin to wordpress (optional). If you want send mail via SMTP
http://wordpress.org/extend/plugins/wp-mail-smtp/

Resources