BCC email |
Post Reply |
Author | |
GreggS
Groupie Joined: 06-February-2012 Location: New Jersey Status: Offline Points: 60 |
Post Options
Thanks(0)
Posted: 09-May-2014 at 12:47pm |
We are integrating TrustPilot into our website. One thing we need to do is when we send out a order confirmation email we also need to BCC TrustPilot. Is this something that can easily be implemented?
|
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Hi Gregg,
Yes, this is something that a knowledgeable ASP programmer could add to the "sendmail.asp" file. Something similar to the following at the top of the file: Function sendMail(fromName, from, rcpt, subject, body) 'Copy TrustPilot on all e-mails bcc="orders@domain.com" |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, personally as this is only for a specific email I would just find where that email was sent and repeat the call to sendmail with the TrustPilot email hardcoded as the email address. I suspect this is quicker and simpler then modifying the sendmail code itself.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |