What is the simplest, reliable way of ONLY sending e-mails out from Erlang code?
My code does not need to receive e-mails, it only needs to send e-mails
Anyway to do this without using the full gen_smtp client and server library ?
I need it to send out authorization e-mails.
Thanks in advance