-1

My application that hosted at GCP Cloudrun. The Email cannot send out from there. It work perfectly at localhost.

My email are hosted at G-suite.

Anyone have encounter this issue?

JT_T
  • 176
  • 1
  • 1
  • 11

2 Answers2

1

You can't send email from Google Cloud. SMTP port (25) are not usable. The only way is to use third party solution, such as twillio or sendgrid.

guillaume blaquiere
  • 66,369
  • 2
  • 47
  • 76
1

You can use Port 587 to send email. It works on Cloud Run.

Pankaj Singh
  • 11
  • 1
  • 6