ditschedev / mailo

This is a client for sending emails easily from a Spring Boot REST API. It makes use of Mustache for templating and is adaptable.
4 stars 2 forks source link

Add the ability to add custom headers #39

Open fletcherstud opened 10 months ago

fletcherstud commented 10 months ago

Add the ability to have custom headers to the MailBuilder. The custom headers added to the Mailbuilder will be appended to the message headers within the MailProvider.

Unsure if this would be specific to all extensions of AbstractMailProvider or specifically to the SmtpMailProvider

fletcherstud commented 10 months ago

Let me know if you like this idea and want to give it a try. Id also be happy to give it a shot as well!