The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

How to code for firing E-mail in PHP?

amit87

New Member
affiliate
How to code in PHP for sending e-mail to any particular email-id with the description like name, company name, phone no etc. which the viewer will fill and once he click submit then a email is fired to the desired e-mail.

Any guidance will help me as i am new with php.
 
I am a bit late(i just found this thread, must've overlooked it), and i am sure you must have found the answer by now. But still for someone else who might be facing this problem. You can send mail from php by using mail function. Use a form to collect the data and then use mail function to send it any emailid you'd like to send it to.
 
The PHP mail() function is used to send emails from inside a script.
Syntax is :-
mail(to,subject,message,headers,parameters);
___________________________________________________
Web site design
 
Last edited by a moderator:
banners
Back