| The comments are owned by the poster. We aren't responsible for their content. |
Re: Introducing tegonukeMAILER (Score: 1) |
| Nice one! I'm really please a seasoned veteran of the phpnuke community has decided to grab this issue by the short and curlys to bring yet another indespensible product to the Open Source market place. |
Re: Introducing tegonukeMAILER (Score: 1) |
| The "the short and curlys"? ROTFLMAO You Brits just crack me up... I love it! Thank you sir. I needed that. |
Re: Introducing TegoNuke Mailer (Score: 1) |
| I recently needed to implement SMTP for the NukeStyles Contact Plus module. I like it better than Feedback because it allows several different contacts that are stored in a table. Although I did not add CAPTCHA, I slightly modified it to support a parameter that specified which contact so it supports linked contacts without having to select the contact. I've used both phpmailer and SwiftMailer for different projects, and chose SwiftMailer for this. It's more difficult to implement (though it wouldn't be hard to simplify it, which I think is the point of EasySwift, though I didn't look at that because there is little do*****entation and I was in a hurry). I'm looking into email validation and tested several functions that actually use SMTP to verify the email address is real. Yahoo is the only problem - it says every email address is real, so one of the classes treats any @yahoo.com address as invalid. One of the classes works really well, and I'm looking at integrating it into Contact Plus (to prevent spam). Anyway, what features are planned (in addition to the obvious SMTP support)? |
- Re: Introducing TegoNuke Mailer by montego on Monday, November 26, 2007 @ 21:13:25 EST

