We have an third party email system called Auto-Responder Plus for our Actinic web-site www.tv-wall-brackets.co.uk.
When the check-out process is complete, we need an email to be sent to a specific email address which is related to the system, which will subscribe them to a series of subsequent emails.
Thing is, the email should be sent "From: " the customers email address. Ideally, I'd want a little script on the receipt page, which will do this automatically.
I have already re-jigged the SecPay checkout process to ENSURE that the user gains a confirmation email by bouncing to the receipt page, but now I need something extra on the receipt page, to automatically fire off this email - containing only the users email address in the From field, nothing else required!
I have attempted using PHP (as in the Advanced Users Guide) on this page, but Sendmail just won't work. Therefore, is there a bit of CGI-Perl script that can be bunged in somewhere?
Alternatively, is there a .pl file which someone can point me to, where I'll can manually edit the script in order to send another email (as well as the confirmation one) to the specified address, but From: the users address and not the standard info@tv-wall... etc one.
Anyone understand what I'm trying to achieve?!
When the check-out process is complete, we need an email to be sent to a specific email address which is related to the system, which will subscribe them to a series of subsequent emails.
Thing is, the email should be sent "From: " the customers email address. Ideally, I'd want a little script on the receipt page, which will do this automatically.
I have already re-jigged the SecPay checkout process to ENSURE that the user gains a confirmation email by bouncing to the receipt page, but now I need something extra on the receipt page, to automatically fire off this email - containing only the users email address in the From field, nothing else required!
I have attempted using PHP (as in the Advanced Users Guide) on this page, but Sendmail just won't work. Therefore, is there a bit of CGI-Perl script that can be bunged in somewhere?
Alternatively, is there a .pl file which someone can point me to, where I'll can manually edit the script in order to send another email (as well as the confirmation one) to the specified address, but From: the users address and not the standard info@tv-wall... etc one.
Anyone understand what I'm trying to achieve?!
Comment