Mandrill messages sending API wrapper

Notice: This thread is very old.
pave.kucera
Member | 122
+
0
-

Hi,

there's another Mandrill wrapper for Nette! This one is special though, it's (almost) fully compatible with Nette\Mail\Message thus you can very easily switch to using this mailing service.

Check out the github repository and documentation

Comments, observations and ideas are welcome! Thank you.

Jan Tvrdík
Nette guru | 2595
+
0
-

Why don't just use Mandrill's SMTP?

pave.kucera
Member | 122
+
0
-

No generally valid reason. However, I prefer having a stable API over messing up with headers to set the options*. I couldn't just extend Nette Message though as the code is meant to be internally used also in non-Nette projects.

Smtp mailer is on my todo list for the weekend.

* I know, coming from the author it's not very convincing

Last edited by pave.kucera (2014-01-29 00:18)