Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Sending Order receipt email to more destinations

  1. #1
    fsantos is offline Senior Member
    Join Date
    Feb 2007
    Posts
    244

    Question Sending Order receipt email to more destinations

    Hi! We are running Ms 9.3.1.0 and we would like to have the order receipt emailed to the customer and also to one of our mailboxes. Basically instead of using the NewOrderNotification email, we prefer to receive a copy of the receipt just like the customer who placed the order.

    Anyone has done this before? Do we need to change the source code?

    I wouldn't mind changing the xmlpackage and turn the newordernotification package into a receipt package. What would be easier? Creating this new xmlpackage or adding a bcc: in the message that sends the receipt to the customer?

    Any guidance will be appreciated. Thanks and regards,

    fsantos

  2. #2
    Bluefish-Andrew is offline Member
    Join Date
    Jun 2009
    Posts
    31

    Default

    We have done this for one of our customers...

    We did it by editing the source code for the SendMail function in the ASPDNSFCore\AppLogic.cs file so that every email is automatically copied to a BCC address. This requires source code to do.

    Changing the newordernotification XML package to include the details you want to see would be the easiest way to do this without the source code
    Last edited by Bluefish-Andrew; 11-15-2012 at 08:48 AM.