Quote:
|
If its programming problem, then give some cash to the script developer and he would surely fix it
|
I positively love this idea
According the coding of a well know cart write in php, the send email function for php can be that :
Parameters:
$to_name = 'The name of the recipient, e.g. "Jan Wildeboer"';
$to_email_address = 'The eMail address of the recipient,
e.g.
jan.wildeboer@gmx.de';
$email_subject = 'The subject of the eMail';
$email_text = 'The text of the eMail, may contain HTML entities';
$from_email_name = 'The name of the sender, e.g. Shop Administration';
$from_email_adress = 'The eMail address of the sender,
e.g.
info@mytepshop.com';
$headers = 'the extra headers';
it give us :
mail($to_name, $to_email_address, $from_email_name, $from_email_address, $email_subject, $headers);
I just propose you to try it, this cart is installed in more than 500 000 websites, I do suppose this function work
Best Regards,
Eric Bianchetti
Production Team
WBpro LLC
Email:
ebianchetti@wbpro.com
Web Site: wbpro.com