Results 1 to 4 of 4

Thread: Newsletter Confirmation blank email

  1. #1
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default Newsletter Confirmation blank email

    We have an issue where our new customers get a blank email from us with only the Subject line completed:

    Subject: <sitename> Newsletter Confirmation

    We would really like to know how to either a> stop this or b> add some content to the body of the email.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    Join Date
    Oct 2011
    Posts
    5

    Default I have the same problem

    I have searched both this forum and the manual and can't find where I can add some text to the body of the email. I found where to change the news letter subject in the string resources, but not where to add body to the email. I have access to my server files...
    Thanks! 8 )
    Anne

  3. #3
    Join Date
    Apr 2012
    Posts
    165

    Default

    Is it in the topic called NewsletterOptInEmail ?

  4. #4
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    Yes it is... for some reason we never had the topic 'NewsletterOptInEmail' so just created and popped the following code in there.

    Code:
    <html>
        <head>
        </head>
        <body>
            <p>Thank you for joining us at %CompanyName%, we'd like to keep you up to date just twice a month with competitions that we run, latest products, special deals and news.</p>
            <p>We will never share your details and we <a href="https://www.e-tradecounter.co.uk/t-security.aspx">keep your information private</a> because we hate spam as much you do!</p>
            <p>But don't worry, at the bottom of every News Letter<strong> there will always be</strong> a link to unsubscribe if you no longer want to receive our News Letter.</p>
            <p>Once again thank you for choosing %CompanyName%</p>
        </body>
    </html>
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •