Author Topic: blank email signup but collect a firstname from subject  (Read 2257 times)

john3

  • Posts: 3
    • View Profile
blank email signup but collect a firstname from subject
« on: April 20, 2007, 09:45:59 am »
Hi is it possible that we can use listmail to sign up people to a list from a blank email but also capture their first name by asking them to add it in the body or subject line ?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
blank email signup but collect a firstname from subject
« Reply #1 on: April 22, 2007, 04:21:18 am »
Greetings,

If it is included in the message the ListMail email-subscribe feature should capture the subscriber's first and last name automatically.

You can bring the subject data into a ListMail custom field by modifying the following line in the included signup-listX.cgi file:
Code: [Select]
# custom field for subject line data, 'user1' thru 'user10'
$parse_subj_field = 'user1';

To bring the subject field into the users' first name would require some custom script run after signup.  This could be done with the included xtra/signup-xtra.php file - I can help you if you want to go that route.

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

john3

  • Posts: 3
    • View Profile
Trouble getting sign up by mail to work
« Reply #2 on: May 02, 2007, 09:08:13 am »
Hi thanks for the code, but I am having trouble getting sign up to an email to work at all. I am using host4profit and have added the text files you mentioned in instructions to root, I have added and amended cgi scripts iinto the hosting cgi-bin.

I have an email aliase which points to the cgi-script to help add them into the list.


What else can I do to fix ?

Thanks

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
blank email signup but collect a firstname from subject
« Reply #3 on: May 02, 2007, 07:02:55 pm »
Hi John,

Does bounce.cgi work ok?

The first thing I would do is double-check the files, permissions (755) and email aliases as mentioned in the online help.

After that I would re-upload the file, doing it all again.  Try again, but if you continue to have troubles and suspect a bug please submit your info.

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