Author Topic: Google Cloud Email sending problem  (Read 7021 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Google Cloud Email sending problem
« on: April 14, 2018, 12:32:36 PM »
Hi
I setup CWP on google cloud. I can receive email but i can't send emails.
I find this article https://cloud.google.com/compute/docs/tutorials/sending-mail/. Here is mention that outgoing connections on port 25 (SMTP) are disabled, so you cannot use that for sending email programmatically.

Please suggest me best solution.
Thanks

Offline
*
Re: Google Cloud Email sending problem
« Reply #1 on: April 16, 2018, 08:40:57 AM »
you will need to use some other provider for sending/receiving emails
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Google Cloud Email sending problem
« Reply #2 on: September 16, 2018, 09:56:44 PM »
It's also stated in that document, that other ports are not blocked for email. So you could make use of those ports.

Offline
**
Re: Google Cloud Email sending problem
« Reply #3 on: November 28, 2018, 06:43:54 PM »
so then change port 25 to port 26 in Postfix config (master.cf -- smtpd )