Google compute engine blocks outgoing smtp . The only option it gives in it's documentation is using sendgrid.
I have my own mailserver for transactional emails and other emails as well .
Can i Use another mail server ( not on google ) and create an smtp relay on compute engine ( on port other than 25 ) to forward port 25 traffic to that server ?
if so , how ?
See Googles documentation on this, I use SendGrid and Postfix to send email from my GCE instance.