cornernote / yii-email-module

Email system with templates and email queuing.
https://cornernote.github.io/yii-email-module/
Other
20 stars 15 forks source link

Added SMTP connection settings #1

Closed uldisn closed 10 years ago

cornernote commented 10 years ago

Thanks for the code!

My plan was to make many transports available (an array of them in the config). The spool table has a field for "transport", which will be used to decide which SwiftMailerTransport settings to use.

I'll pull your change in, and then extend it to allow multiple transports.

cornernote commented 10 years ago

ok, done! You can now have multiple transports defined, each email can be delivered using a specific transport.

It's not awesomely tested as I have a few other things to do today, but if you have any problem please open a new issue.