predators Posted September 9, 2010 Share Posted September 9, 2010 I have written a form script that submits the form data to me. This part works fine. I also want to send the sender a confirmation e-mail. I have written this part of the code also, but the from line in the confirmation e-mail is the e-mail of the ISP and not mine. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/212986-sending-confirmation-email/ Share on other sites More sharing options...
schilly Posted September 9, 2010 Share Posted September 9, 2010 mail($to_address,$subject,$body,"FROM: $from_address\r\n"); Link to comment https://forums.phpfreaks.com/topic/212986-sending-confirmation-email/#findComment-1109380 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.