using the phpmailer class is going to be a much more secure way of sending email then just using php mail() function. if you choose to use php mail() make damn sure you are the only one using it, not some spammer exploiting some lack security in your php code.
here is the line in your php.ini file to configure php mail():
[mail function]
; For Win32 only.
SMTP =
smtp.YourISPHere.com; For Win32 only.
sendmail_from =
YourEmailAddresHere@YourISPHere.comto learn more about sesuring your php scripts check out this book from my favorite publshiler APress called Pro PHP Security
Pro PHP Securityfrom APress
More Info:[
apress.com]
I happen to have a PDF copy of this book you can download here:
Download Here:[
rapidshare.com]
CyberSpatiumWAMP English Forum Admin
--------------------------------------
like my free support, help support me by checking out my website here:
www.AnyRingTone.net