Smtp Issues
-
Ok so am i correct in thinking that when a order is entered into the order tracking order entry a email will be automatically triggered to the email address supplied?
It would be a cool feature if one could test the email choice form that field to make sure its working as there are so many variables involved
-
under options there is a checkbox
Order email frequency you should checkShould be done but did not fix the problem found a plugin called
Easy WP SMTP (ihate it when they call them easy)
that allows to test the smtp
mines still not working
further down the rabbit hole we go….Problem still not solved but it time for bed here in NZ
Hi gnfb,
Sorry to hear that you’re having trouble.
What have you tried so far? What are your email settings currently?I installed the plugin Easy WP SMTP which allows you to test send a email and thats not allowing either. I am using gmail . Do you know if there is anything on gmails end i need to change to send smtp ? By the way thanks for answering
I am using
SMTP Mail SettingsUse SMTP Use SMTP Yes
SMTP Mail Server Address
smtp.gmail.com
SMTP Port 587Encryption Type Encryption Type TSL
Have tried diffrent ports as well as sslOk I have found the problem now to see if there is a solution
this was elsewhere on wordpressThis is a quick update since this thread is still open.
Don’t use SMTP plugins with GoDaddy hosted websites.
YOU CANNOT SEND EMAIL THROUGH ANY SMTP PORT FROM A GODADDY HOSTED WEBSITE.GoDaddy has ports 25, 465 & 587 blocked and will not open them. You must send admin messages and form email directly to a GoDaddy hosted email account or forwarder.
More details and a SOLUTION in this thread:
https://ww.wp.xz.cn/support/topic/smtp-connect-failed?replies=24#post-6758871Ok I think this is a solution for the huge percentage who use the hated godaddy
DO NOT USE ANY SMTP PLUGINS FOR GODADDY HOSTED WEBSITES.
Godaddy has a closed hosting system.
They do not permit you to send any email from the hosting server to email accounts that are not hosted by GoDaddy. All email sent from their hosting servers is forced to use mail(). You absolutely cannot send form or website admin email via SMTP.All SMTP traffic attempting to use Ports 25, 465 or 587 is automatically trapped by their proxy server. If the TO: address does not match a domain hosted at GoDaddy, the email is blocked. The sad thing is that their Tier 1 support people don’t even understand this security feature or comprehend how it works.
SUPER SIMPLE SOLUTION IF YOU KEEP YOUR SITES AT GODADDY:
If the email for the website domain is hosted at GoDaddy you need to change the FROM address, for your contact form and the email address used in WordPress Settings, to a mailbox or forwarding alias using that same domain.If you want the form or admin email to be delivered to an email account that is not hosted by GoDaddy, setup an email forwarder using a domain hosted at GoDaddy. We have a .net version of a domain that only has forwarders setup to send mail to the .com mail hosted on another service.
The final solution for flawless website email delivery is to make sure your GoDaddy hosted website is sending email through a GoDaddy hosted mailbox or forwarder.
@gnfb Why all the shouting? GoDaddy and Gmail is very simple. GoDaddy blocks all the ports except port 443, so use the Gmail API instead of SMTP.
https://ww.wp.xz.cn/plugins/postman-gmail-extension/
As for the rest of your post…
All email sent from their hosting servers is forced to use mail().
Not true, WordPress email uses wp_mail(), or you could install any custom code to do whatever you wish. GoDaddy does not prevent it.
You absolutely cannot send form or website admin email via SMTP.
Also not true. GoDaddy offers their internal SMTP server
relay-hosting.secureserver.netto all customers.All SMTP traffic attempting to use Ports 25, 465 or 587 is automatically trapped by their proxy server.
No, it’s a simple firewall. Though I have seen cases where GoDaddy redirects traffic on port 25.
If the TO: address does not match a domain hosted at GoDaddy, the email is blocked.
Now that’s just ridiculous.
As for the rest of your post… email forwarding is a very laborious work-around when it is much easier to use the GoDaddy server, the Mandrill API or, since you have Gmail, the Gmail API.
Hope I’ve helped you??? You seem very confused. You don’t have to hate GoDaddy, or repeat words from other people that hate GoDaddy. They provide a good service for a good price.
Jason π
Sorry jason that didnt help one little bit (other than pointing me to a possible solution of Postman Gmail API Extension what ever that is)
All it did was irritate me with the “attitude”
You see we (we being the ones that didn’t go to MIT) haven’t a clue what we are doing hence the reason we use wordpress Its as close as one can get to plug and play.
When “we” are trying to get things working we arn’t interested in how they work or how they achieve it we just want them to work.
I cut and pasted the answer that worked for me because of the problem i had with godaddy hoping it would help someone else. I use godaddy because they are cheap I understand there is a reason they are cheap and except the restrictions. I still am allowed to hate them.Hope I’ve helped you understand where I am coming from??? You seem very confused what I was trying to achieve. You don’t have to hate GoDaddy but you can choose to, Sometimes you may help others by repeating words from other people that have similar issues. Godaddy provide a cheap and adequate service that works….. sometimes.
I will now decide even though I already have a solution that works whether to spend the next several hours figuring out Postman Gmail API Extension. Can someone tell me what benefit it will have over the working service I have?
Actually over and out from me I hope this saves someone else some time
In summary Order Tracking Plugin is a great bit of Kit and I am about to buy the pro version
You will have to resolve posting issues if you are on Godaddy the instructions from Order Tracking Plugin dont cover it.I don’t use Gmail with Godaddy and Order Tracking Plugin but apparently it can be achieved.
Hello @gnfb. I think you misunderstood my intention, which is often the case when we chat by computer. I don’t want you to be upset with me, certainly I was only trying to help.
When I read this
Do you know if there is anything on gmails end i need to change to send smtp ?
and this
DO NOT USE ANY SMTP PLUGINS FOR GODADDY HOSTED WEBSITES.
I naturally assumed a) you were asking for help sending gmail and b) you were a GoDaddy user. Obviously that is not the case, and as you already have a solution that works you should definitely not spend any time changing anything!
Jason π
The topic ‘Smtp Issues’ is closed to new replies.