larger smaller normal text version of this page

Revision [1066]

Last edited on 2007-02-27 15:02:42 by SaWey [removed because wrong page title]
Deletions:
[[PhplistDevelopment phplist Development]]
----
=====""Mail2List"" Support=====
If you want to be able to send messages to your lists via your favorite email client,
you will need this plugin.
When installed, you can, for example, send emails to 'mailinglist@yourdomain.com' and when you process the messages
in the admin section, they will be sent to your mailinglist users.
===Installation===
Step 1:
- Download the plugin [[http://forums.phplist.com/viewtopic.php?t=8363 here]].
- Extract te contents in your plugin-folder.
Step 2:
- Enable the default plugin in the config file.
Step 3:
- In the 'mailtolist/get_email.class.php' file, change at line 25:
%%(php)
###################################################################################################################
###################################################################################################################
## Edit the URL to your phplist attachment directory (http://www.yourdomain.com/mailinglist/attachments/) ##
###################################################################################################################
var $attach_url = "http://www.yourdomain.com/mailinglist/attachments/";
###################################################################################################################
## Edit the path to your phplist attachment directory (/var/www/mailinglist/attachments/) ##
###################################################################################################################
var $file_path = "(/var/www/mailinglist/attachments/";
###################################################################################################################
###################################################################################################################
%%
Step 4:
- Configure the plugin in the admin webGUI.
===How to use this plugin===
When in the admin section of phplist, click 'mailtolist' in the plugin section.
You will get the main page where you can choose to:
- configure the plugin
- process your mailboxes
==First of all, you have to create a pop3 account to send your mails to:==
Go to your webhosting manager and create an new email account (mailinglist@yourdomain.com)
==Then you have to configure the plugin:==
We need to add some people who will be allowed to send messages:
Step 1:
- Click on 'Configure Mail To List'.
- Click on 'Edit users'.
Step 2:
- Add a name and email address in the input fields
- Click 'Add User'
(if you want to delete a user, select him/her in the dropdown list and click 'Delete user')
When we have added a user, we can begin the further configuring:
Step 1:
- Click on 'Configure Mail To List'.
- Select a list you want to send mails to.
- Click on 'Edit list'.
Step 2:
- Add the values that correspond with you pop3 account.
- Click 'Apply settings'
You now have configured the plugin and it is ready to use.
==Actualy using the plugin:==
Step 1:
- Click on 'Process new mails'.
- Wait until all mails have been processed.
Step 2:
- Click 'Process queue'.
For more info on new releases, see:
- [[http://forums.phplist.com/viewtopic.php?t=8363 Forum Topic]]
----
CategoryDevelopment


Revision [1063]

The oldest known version of this page was created on 2007-02-27 14:49:25 by SaWey
Page was generated in 0.0270 seconds