Author Topic: email welcome letter customization?  (Read 3066 times)

lisa

  • Posts: 3
    • View Profile
email welcome letter customization?
« on: November 03, 2007, 04:49:53 pm »
It's clear where to customize the format all the email signup messages that appear on the screen, but where, oh where is the text and format setup for the actual welcome email that comes after someone sucessfully signs up? All I see is followup email setting.
Thanks
Lisa

David-jp

  • Posts: 4
    • View Profile
email welcome letter customization?
« Reply #1 on: November 05, 2007, 05:41:59 am »
Login to the admin screen, then list settings.
You'll see the lines:
Send confirmation email (double opt-in) on signup to verify deliverability
Send confirmation reminder email every  days to a maximum of  messages
Send welcome email on signup or when confirmed

Check and edit the messages there.

David
Discover How to Start-Up and Run a Profitable Membership Site
==> Membership Academy <==
Listmail Install Video, aMember integration.

lisa

  • Posts: 3
    • View Profile
CSS question
« Reply #2 on: November 05, 2007, 03:25:45 pm »
Thanks so much, David. Right in front of me eyes...

Now, is there a CSS file I can edit to keep formatting of screen messages consistent, or do I need to put that in each message?

Thanks--
Lisa

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
email welcome letter customization?
« Reply #3 on: November 06, 2007, 01:02:27 am »
Thanks for your response, David.  I've been behind on the forum, working on a number of server setups and some problems.

Hi Lisa,

If sending HTML email your CSS should be inline.  I recommend after the <body> tag due to a problem seem on HotMail.

Like this:
Code: [Select]
<html>
<body>
<style type="text/css">
   h1 { margin:0; font: bold 10pt arial; text-decoration:underline; }
</style>
Your page here
</body>
</html>

A text copy is also required.  To avoid having to create two copies of the same message you might consider using a message code of the type "Link to HTML" as your text message.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting