Page 1 of 1

PHPMailer

PostPosted: 27. August 2009 03:41
by tavoqc
I need to write a PHPMailer, can someone helkp me???
What do i need a phpmailer to send emails to google APPS??

Re: PHPMailer

PostPosted: 27. August 2009 10:49
by Nobbie
tavoqc wrote:I need to write a PHPMailer, can someone helkp me???


There are already powerfull (openscoure) PHPMailers, it is not a good idea to write another one. See http://sourceforge.net/projects/phpmailer/

tavoqc wrote:What do i need a phpmailer to send emails to google APPS??


Sorry, but I dont understand that question.

Re: PHPMailer

PostPosted: 29. August 2009 12:07
by dmphotography
Besides just for testing purposes, Nobbie is right, it's a bad idea to write your own PHP mail forms.

The reason being is they pose as a major security risk to your site if proper steps aren't taken in coding them and can open you up to hacker attacks.