Is it possible to change the STMP port from 587 to

2019-08-02 20:44发布

I'm deploying an app on Google Compute Engine (GCE) instance, with send email features, using mandrill as my email server. GCE blocks ports 25, 465, and 587 except for service partners (Sendgrid). When configuring mandrill only port 587 is setted. Is it possible to configure a different port on mandrill such as 2525?

Thank you in advance.

标签: smtp mandrill
1条回答
贪生不怕死
2楼-- · 2019-08-02 21:13

Mandrill supports several other ports besides 587, as shown in the documentation here. You don't need to change anything in your account, just select which port and encryption you want to use in your code/configuration.

查看更多
登录 后发表回答