Currently we have a postfix relay Linux server hosted on GCP and it is connected to proofpoint.
My Python application is on another vm. I am wondering how can I setup my app to send out email using the postfix relay server?
For example, mailgun provides smtp credentials or api keys. The credentials can be used in application for authentication and send out emails.
Any feedback is appreciated