View Single Post
  #2 (permalink)  
Old 03-18-2008
mira mira is offline
Jr. Member

Join Date: Mar 2008
Posts: 263
BRL$: -116.73
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 38
mira is on a distinguished road
Default 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
Reply With Quote