Trying to send the sames email from collected email address of a form ( not spaming)
using the following
$emailTo = $FTGrequiredfemail; $FTGemail ;
then you have the send part
mail($emailTo, $emailSubject, $emailBody, $emailHeader);
should $email then equal the 2 emails address?
doesn't want to work
using the following
$emailTo = $FTGrequiredfemail; $FTGemail ;
then you have the send part
mail($emailTo, $emailSubject, $emailBody, $emailHeader);
should $email then equal the 2 emails address?
doesn't want to work
Comment