Answers
Apr 23, 2009 - 01:51 PM
http://www.tutvid.com/tutorials/dream...
Apr 27, 2009 - 10:54 PM
http://sourceforge.net/projects/phpma...
PHP email transport class featuring file attachments, SMTP
servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. New PHPMailer for PHP5 released!!
2)
You can also made your own simple mailer using php mail function.
http://in.php.net/function.mail
Sep 15, 2009 - 10:41 AM
1) contact form: http://green-beast.com/blog/?p=128 is a decent pre-written solution.
http://www.digital-web.com/articles/b... is a decent article about writing your own, just make sure you follow it through, it starts out being a wide open script. Also himanshupatel79 posted a link above to phpmailer which is a great class to use if writing your own, just be sure to validate input thoroughly.
2) mailing list: http://www.phplist.com/ Not a bad mailing list package, pretty easy to use though not as solid as majordomo still a very good product.
Add New Comment