~Laura Deskiskioden commented on Mar 20, 2013

Re: Sending an email with a custom “sender” via MIME

The only caveat to this technique is that a router can use multiple mail boxes (mail.box, mail1.box etc) depending on configuraiton. Multiple mailboxes is typical where there is a high volume of messages.

Depositing everything into the first mailbox suberts the scalability of the multiple mailbox capability. This could be solved by wrapping up this function in a class and putting some smarts in there to do a round-robin. Perhaps overkill :)

~Sigmund Chukropulikle commented on Oct 24, 2010

Sending an email with a custom “sender” via MIME

Thank you for this great article!