My hosting is on GoDaddy (managed wordpress). I have a contact us form but when I try to end mail it says mail is sent successfully but I do not receive it. I am using wpforms and my email hosting provider is office 365. I am using this SMTP setting:-
SMTP host:- relay-hosting.secureserver.net
Encryption: None
SMTP Port:- 25
Can anybody tell me what is the problem?
Related
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.
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.
I'm using the smtpclient class to send email from my asp.net website hosted on Azure in the 'shared' setup. Everywhere it says that port 25, and ALL ports are open on the Azure servers. My code works from my onw pc, but when published on Azure, it breaks. I am using gmail port 587 secure smpt and I get the error System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.
Any ways to get around this? (Without installing a vm with Exchange on it, like ocme on, it's a simple email message).
You are getting that error because of these two possible reasons:
You are using the SMTPClient of Gmail and you are passing the EmailId of some other website like Yahoo/Hotmail etc.
EmailId you are using is not authenticated, you need to provide your mobile number to authenticate your Email Id.
If you are using Yahoo/Hotmail then you can refer to this article which I had created on http://www.c-sharpcorner.com/
http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-email-from-yahoo-and-hotmail-using-Asp-Net/
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
i want to send a mail from a localhost to gmail in asp.net,i already set the ipaddress and the grant permission also,but now if i send the mail, failure sending mail error will occur. how can i solve this.pls anyone help me.
Thanks
Sending email requires SMTP Server. If you want to use Gmail SMTP Server to send emails from localhost, you need to configure gmail user email, password and SMTP Server. Here is an article that is helpful, disucssing many ways to send emails from ASP.NET.
Sending Email using C# and ASP.Net 2.0