we're running ARMailer in one of our projects right now. It's working fine but as different customers are allowed to send confirmation emails via this service we want to offer them the possibility to use their own SMTP settings for that.
Is there a way to change ARMailer settings on the fly?
Or is there an ARMailer alternative maybe which abstracts this better?
Thanks
Matt
What I did in the end was: I took the ARMailer gem and took a copy of it. After that, modified the email delivery action and started the daemon from my new custom folder. Works fine. Will create a custom some day...