FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Use PHP to populate a Mailing list from a webpage
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Use PHP to populate a Mailing list from a webpage [message #185588 is a reply to message #185586] Thu, 17 April 2014 07:34 Go to previous messageGo to previous message
Arno Welzel is currently offline  Arno Welzel
Messages: 317
Registered: October 2011
Karma:
Senior Member
Graham Hobbs, 2014-04-17 05:26:

> I am at PHP 101 level. I have a webpage that asks a user to enter
> their name in one box, email address in another and click send. That's
> works OK (almost):-).
>
> I also have created an empty Mailing list 'List-B' in my Mozilla
> Thunderbird to which I want to automatically add the email addresses
> sent from the webpage.

This is not possible, since Thunderbird is not running on the same
computer as your website.

Two ideas:

If you want to maintain mailing lists on the server you need software
like Mailman. This can be installed additionally to the webserver and
you can use the command line interface of mailman to add users to
existing mailing lists which will then accept mails using a "virtual"
e-mail address (e.g. "customers(at)lists(dot)domain(dot)example").

OR:

Setup an LDAP server and use the LDAP directory as address book in
Thunderbird. From PHP you can then also add members to the LDAP directory.


--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
http://fahrradzukunft.de
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: select date from DATETIME field
Next Topic: 404 error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 00:51:06 GMT 2024

Total time taken to generate the page: 0.04116 seconds