is swiftmail a good replacemt (improvement over) matts formmail cgi script?
does it validate form data?
formmail c.f. swiftmail
Moderators: Chris Corbyn, General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: formmail c.f. swiftmail
No. It's not the same thing. Swift is a library for building MIME compliant emails and sending them over SMTP. It knows nothing about forms. That said, it's the perfect backend to something like a formmail script:escocia1 wrote:is swiftmail a good replacemt (improvement over) matts formmail cgi script?
does it validate form data?
http://www.swiftmailer.org/wikidocs/v3/ ... /form2mail
You need to write the code though. Swift's aim is not to send emails from forms, it's to provide a powerful library of code that allows to do everything you can with your desktop mail client, and more -- in PHP code.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
formmail is pretty much the only thing people use right now. I'm planning on writing one with Swift as the backend but it's not on my immediate TODO list, unless people start specifically asking/donating for that specific reason. To be honest, I was actually putting an IMAP/POP library above it on my list of priorities right now. Currently I'm just converting the website to use a framework.