iLocalEverywhere
ssl://smtp.gmail.com
465
smtp.gmail.com
587
Same As Remote Mailbox
Do Nothing
Cheers.
I made changes as you requested. Remote Mailbox saved fine, and there is a token, but when I configured Outgoing (SMTP) it errored out. Also, yes I created cron job.
Interesting, your host or server must be blocking that port or something. Switch the port back to 465; that's fine just TLS (587) is more widely preferred.
I switched to 465 and get same message.
I am going through CloudFlare, does that matter?
I also noticed I'm using a domain email address, but on subdomain. Do you think I should reinstall on domain subdirectory instead?
ssl://
Thanks for all the help. I'll give your recommendation a shot and if that don't work, I'll try removing Cloudflare to see if that works.
Google says:
If you can't connect to Gmail on ports 465 or 587 after installing Cloudflare, it is almost always because your mail-related DNS records are set to "Proxied" instead of "DNS Only".
I removed CloudFlare. I'm on a Godaddy CPanel. Getting same timeout error.
Ahhh, it's likely GoDaddy is blocking External SMTP; common on hosting providers. Ask GoDaddy support if External SMTP is disabled and if ports 465 and 587 are open.
I called GoDaddy, and they said to use PHP Mailer. Does that sound correct? They gave me this URL:
https://mailtrap.io/blog/phpmailer-gmail/
... that doesn't answer the questions of:
He alluded to the fact that GoDaddy doesn't allow external.
Ah, then that’s your problem. You need to look at alternatives or find a new host/plan that allows SMTP. If you don’t configure PHP we fall back to PHPMail but that doesn’t really help when you have multiple emails to configure. This is why shared hosts are ass these days. Like it’s 2026 people…SMTP has been standard since the 80’s.