justingit / dada-mail

Self-Hosted, Full Featured, Email Mailing List Manager. Announcement + Discussion Lists, Web-based Installer, Installs with minimal dependencies, sendmail/SMTP/Amazon SES supported
https://dadamailproject.com
GNU General Public License v2.0
169 stars 40 forks source link

Add support for Mailgun API #1070

Open justingit opened 2 years ago

justingit commented 2 years ago

There's already a Perl module for this, but the needed ability to send raw MIME messages is not a part of it. I may just contribute to the already existing project, and adding it:

https://github.com/kan/p5-web-service-mailgun/issues/5

justingit commented 2 years ago

I contributed to the module's project to add in that feature, so I can go ahead with this,

justingit commented 2 years ago

What I want to do actually is change the WWW engine in the module to use whatever Dada Mail is using, so we don't have two, very similar dependencies. Those I can contribute upstream to the project, but they may not be taken up.