deaddabe

Articles tagged with python

  • Sending Templated Emails Using Python and msmtp

    Sometimes you need to send the same kind of email over and over. Especially in the corporate world, in order to follow processes for various needs. This burden can be automated quite easily by using an email template, filling it with Python and sending it with msmtp.