Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Sep 2008
    Posts
    364
    Plugin Contributions
    0

    Default Re: E-Mail Templates

    Quote Originally Posted by retched View Post
    This works perfectly for what I was needing to do. Thanks.;
    Hi retched,

    How is your email template? I'm looking for three rows with out line border table code email template. First row for logo image, 2nd for text content and 3rd for something els. Any help would be appreciated.

  2. #12
    Join Date
    Jul 2011
    Posts
    116
    Plugin Contributions
    0

    Default Re: E-Mail Templates

    Quote Originally Posted by lat9 View Post
    Take a look at /includes/modules/create_account.php, which contains code to send the customer a welcome e-mail when they create an account. This uses the template file /email/email_template_welcome.html if the customer has indicated that s/he wants HTML-formatted e-mail.

    Towards the end of the PHP file is where the message is built, starting with the comment "// build the message content". You'll see that a text message string is built as well as the content required for the HTML template, followed by a call to zen_mail (in /includes/functions/functions_email.php) which determines whether to send TEXT or HTML based on the customer's preference in your database.
    What is the best way to change the font size for text emails?

    Thanks
    ZC 1.3.9h
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

  3. #13
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,981
    Plugin Contributions
    25

    Default Re: E-Mail Templates

    What is the best way to change the font size for text emails?
    You can't. Text means plain text, which will display at whatever font and size the recipient has set on their computer.

  4. #14
    Join Date
    Jul 2011
    Posts
    116
    Plugin Contributions
    0

    Default Re: E-Mail Templates

    Quote Originally Posted by gjh42 View Post
    You can't. Text means plain text, which will display at whatever font and size the recipient has set on their computer.
    Thank you for the clarification!
    ZC 1.3.9h
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. An error occurred while sending mail. We do not relay non-local mail. -- XAMPP
    By vadkins in forum Installing on a Windows Server
    Replies: 7
    Last Post: 2 Nov 2009, 07:28 AM
  2. Spam Using my E-mail and Templates
    By bobbiemckee in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2009, 09:19 PM
  3. Replies: 6
    Last Post: 23 Oct 2007, 08:45 PM
  4. e-mail templates, footer plaintext doesn't match HTML?
    By funkey in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Feb 2007, 02:51 AM

Bookmarks

Posting Permissions

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