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.