Configure my app to send emails using postfix relay

411 Views Asked by At

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

0

There are 0 best solutions below