| The comments are owned by the poster. We aren't responsible for their content. |
Re: Introducing TegoNuke Mailer (Score: 1) |
| Sorry, did not see this comment come through... odd. Well, you can see it in action within SVN of RavenNuke, but, in a nut-shell, I have combined PHPNukeMailer and Swift Mailer concepts. The admin piece is from PHPNukeMailer - but a major OVERHAUL -- and then created a new mailer function to use as the "interface" to Swift Mailer. It supports both regular email sends to a single email address or multiples (puts them all on the TO line) as well as the BatchSend function which will send a batch of TO addresses, but an email is sent to each address (better from a spam and privacy standpoint). The function "interface" is very simplified, but is set up to be able to be expanded through the passing of an array of $params. It can also, through the params, be told to send either text/plain or text/html with plans to also include multi-part and attachments with the PHP5-only version later on. I also plan in a future release to use several of Swift's advanced features such as: user-defined Iterators, personalization, and special "governing" features (e.g., to only send xx emails per xx seconds/minutes). I am also planning on a more robust "off-line" mailer option to get around the PHP time-out issue. Give it a try through SVN and let me know what you think. |
| Parent








![Validate my RSS feed [Valid RSS]](images/valid-rss.png)