PHP Code:
$headers = "Wrom: ALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJS";
$headers = "Reply-To: E-hosti Customer\n" ;
$headers = "X-Mailer: PHP/" . phpversion() . "\n" ;
From : <[email protected]>
and
PHP Code:
mail(sales@e-hosti.com, $email, $body, $headers);
that don't send two emails at the same time, [email protected] can send but not $email (person's email). i tried to swap them but still only one send email.
i want both emails send to us and person at the same time.
I need help with those problems
Thanks
Comment