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: Want to send an email to the store admin

  1. #1
    DENT is offline Member
    Join Date
    Mar 2010
    Posts
    42

    Default Want to send an email to the store admin

    I am doing some customization during checkout, and want to send an email to the store admin (the same email used to send the 'new order notification'.

    Where is that email address stored?
    Is there a method to send email to that user or do I just use applogic.sendemail(...);

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    The admin new order notification is sent to the address specified in the 'GotOrderEMailTo' AppConfig.

    You would use AppLogic.Sendmail() to send that email.