mendicant-original / newman

Newman: a microframework for building email-based applications.
116 stars 11 forks source link

Non-singleton mailer settings #17

Closed ericgj closed 12 years ago

ericgj commented 12 years ago

See what you think of this. It's a bit ugly under the hood, but this Newman::Mailer is a drop-in replacement that circumvents Mail's horribly constraining config system.

It's a first step towards being able to 'multiplex' mailboxes, i.e. run an app on several mailboxes at once.

practicingruby commented 12 years ago

ooh this looks nice. I'm going to pull this in and make some small revisions.