
03-18-2008
|
| Jr. Member
Join Date: Mar 2008
Posts: 263
BRL$: -116.73 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 38 | | Re: How to send email using PHP? You can use mail function of php to send an email.
mail(to,subject,body,from);
this is the syntax of mail function in php.
Hope it helps | | | | | |