I am using the contact us form (modified) for our customers.
All works well now (Thanks Lee)
The snag is the enquiry emails go to the same address as the order confirmations etc.
I want the contact us enquiry to go to info@ and the orders to go to test@
Here is the perl script from mailform.pl:
my @Response = ACTINIC::SendMail($::g_sSmtpServer, $sEmailRecpt, $sSubject, $sTextMailBody, $$::g_pSetupBlob{EMAIL});
Which bit of this is the email address to send to, as in info@
Or, is there any setting in Business Settings that allow you to send to 2 different addresses.
Ta
Mike
All works well now (Thanks Lee)
The snag is the enquiry emails go to the same address as the order confirmations etc.
I want the contact us enquiry to go to info@ and the orders to go to test@
Here is the perl script from mailform.pl:
my @Response = ACTINIC::SendMail($::g_sSmtpServer, $sEmailRecpt, $sSubject, $sTextMailBody, $$::g_pSetupBlob{EMAIL});
Which bit of this is the email address to send to, as in info@
Or, is there any setting in Business Settings that allow you to send to 2 different addresses.
Ta
Mike
Comment