My mailcow server has 1 mailbox with the user contact@site.com
. Real people can send emails to it, but i also want python code running on the same server to be able to send to that mailbox from its own user such as python@site.com
. Im not familiar with any email/smtp related python stuff. I just want to know a template or something in python that can interface with mailcow and send an email to it, through a different user also already on it.