Author Topic: Automating New Additions to ListMail  (Read 2035 times)

tracy.higgs

  • Posts: 2
    • View Profile
Automating New Additions to ListMail
« on: September 03, 2007, 09:05:40 am »
Hello.  I have a landing page which is on a windows based server.  People sign up for my emails through an asp page.  At the moment, this page generates an email to me which contains the information I need to manually insert their name and address into the ListMail database.  

Is there a way to update the ListMail data using an email or through direct insertion into the database so that this currently manual process can be automated?

thanks
T

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Automating New Additions to ListMail
« Reply #1 on: September 04, 2007, 09:56:17 am »
Hi Tracy,

The easiest way would be to simply use a ListMail signup form.  Check out the ListMail "List Settings" -> "Signup Code" page for an example.  Further help is here.

Basically you need:

 - The form ACTION pointing to ListMail's signup.php
 - A hidden variable named "list"
 - (Optional) a text field for "fname"
 - A text field named "email"
 - A submit button

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

bowmah

  • Posts: 15
    • View Profile
Automating New Additions to ListMail
« Reply #2 on: September 04, 2007, 11:47:44 am »
Hi Tracey,

Dean is absolutely right on this one. Once you implement a signup form to subscribe users directly into LMP, you will be able to send them an autoresponder thanking them for signing up. Of course, be sure to also include some sort of a marketing message along with that thank you note.

To add the autoresponder, go to:

List Setting >> Welcome & Confirmation >> Edit Message "Send welcome email on signup or when confirmed"

Good luck!

tracy.higgs

  • Posts: 2
    • View Profile
Automating New Additions to ListMail
« Reply #3 on: September 09, 2007, 02:49:54 pm »
thanks for the good advice.  I'll give it a go *s*