How do I send an email with manually fillout low level info?

I want to send an email with manually filled out headers. How can I do this?

I don’t neccessarily need a library.

:wave:
All libraries I’ve used for sending out emails in elixir allowed setting headers …

For example, bamboo with gen_smtp adapter was a setup I quite liked. However, you can use gen_smtp directly.

1 Like

Yes. Does it allow to set all the headers in a low level? Reply-To, From and others.

Yes, check out the docs and tests.