1
FMule
newsletter module
  • 2005/6/22 15:40

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


Hi, can you suggest me i good newsletter module?

tks

2
Mithrandir
Re: newsletter module

evennews?

3
EyeKeeper
Re: newsletter module
  • 2005/6/22 16:48

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


I can suggest Xmail
https://xoops.org/modules/repository/viewcat.php?list=X&start=10

the new version is going to be launched shortly and it's really worth taking a look at it...

here is the extract from the readme.txt file that is included in the module

Quote:

Module Capabilities:

- Allows saving messages on the database for later sending.
Accepts html, smiles, photos and special codes:
{X_UID} will return member ID
{X_UNAME} will return member name
{X_UEMAIL} will return members email

- Sending emails, sending personal messages, and whatever is selected on the member’s profile.
, establishing criteria such as:
only one user or several users selected,
only one group or several groups selected,
last login was after (Format yyyy-mm-dd, optional),
last login was before (Format yyyy-mm-dd, optional) ,
last login was more then X days ago (optional),
last login was less then X days ago (optional),
Send mail only to users that accept notification (optional)
Send mail only to inactive members (optional)
If item selected, all messages (including private ones) will be ignored
Registration date is after (Format yyyy-mm-dd, optional),
Registration date is before (Format yyyy-mm-dd, optional)


- Logs sent messages, recording the user who receives them and when he receives it.
This is important to keep trace off what messages were delivered.

- Allows complete visualization of the log or selection of message and user groups.
Module supervisor can view the entire log.
Module user can view his messages (sent and received).


- IMPORTANT: This module respects the user’s option of receiving or not mail notifications.
If the user does not have this option active, we will not receive any email.
If within the module you activate the option not to check for the previously referred notification, the message

will be forwarded to the Inbox of the user as a private message in case any one tries to mail him.
Doing so, you wont be violating SPAM rules.


And what can the average user do ??

Submit a message for approval. ( The webmaster will receive an email to approve it)
However, if you optimize the module for auto-approval, the message sending will not require Webmaster or Supervisor

acceptation.
Send a message after it has been approved.
See the Sent Log.
Change (when not sent or not approved) and delete his sent messages.

What can the Admin do ?
Everything the user can plus...
Send messages that are automatically approved.
Administrate Messages:
Change ( if not yet sent )
Delete ( if sent, will verify parameters ref. Delete message, after x days sent )
Approve ( the user that sent it, will receive a 'message approved' email )
Disapprove ( will deactivate the msg, thus not sending it)

In administration - Change parameters .

There are 12 parameters:

Delete msg after X days sent :
(Within the admin panel, trying to delete a message sent no more then X days ago will not work.)

How many messages can be sent each time :
(To prevent server overload, you can easily set how many messages can be sent at each time.
Example: If you choose 50, you then select a group of 200 users.
After 50 messages have been sent, a form will be displayed requesting your authorization for the remaining

150. )


Message Sorting Options:
Title
Code
Sent Date (decreasing)
Sent Date (increasing)


Page Limit:
How many messages you wish to display in Administrate messages
and sent Log.

Auto-Approve :
Choose either Yes or NO, depending on whether you want (or not) to auto-approve every single message.
Watch-Out !! Be sure to really need this service if you choose 'Yes'.


Folder to upload file attachments to:
Default : XOOPS_URL/modules/xmail/upload
Folders will be created inside this 'upload' directory, named after the login of the user, on which each user can

upload the files to be sent with the message.

File types allowed for attachments.

Maximum file size in bytes.

Date Format, based on the php function date.
To display registration date and last sent.

Whether to allow or not file attachments.

Permission setting for the 'upload' directory, (windows OS don't need this).
Default: 0774

Respect the user?s option of receiving or not mail notifications
If 'Yes' and the user doesn't want to receive email, no message will be sent.
If 'No' and the user doesn't want to receive email, a personal message will be sent.


How do the attachments work ?
Will only accept attach. if that option is active.
The process of indexing a file will be done in the 'change' option, where there will be a form for the upload.
After uploading, the file will be auto-annexed with the email, although you can still remove it.
The user will be presented with a list of other uploaded files that can be indexed to his own message.
The above can be done only if the message hasn't been sent yet and hasn't been authorized yet.

Where will the uploaded attach files be ?
They will be stored in the directory set before, on which each user will have its own folder, named after their login.
If the file isn't being used on another message, it will be deleted when you delete the message.


What to do after Install ?

Go to administration and work on the settings.

Which XOOPS version do i need to run ?

XOOPS must be version 2.05 or higher.
Be sure to check whether your XOOPS version 2.05 is stable, following the step below:
Go to line 342 in file <path_do_xoops>/class/criteria.php
If that line looks like this:

if ( is_numeric($this->value) ) { // || strtoupper($this->operator) == 'IN') ???

Change it to:

if ( is_numeric($this->value) || strtoupper($this->operator) == 'IN') {


What if you forget to check for it?
In the send email option, when you select one or two groups, you will always receive the 'no user selected' message.



For those upgrading their version ...

I think you all know this, but besides the file substitution, you need to go to administrator and update the module.
Some template changes will only be seen if you do so.

Some unnecessary files where deleted, so you should consider deleting and installing, rather then just upgrading.
IMPORTANT:

To upgrade, besides doing the above, you must run the script:
<xoops_url>/modules/xmail/upgrade1.0X_to_1.0Y.php to do the database changes.
Obs. X is current version
Y is new version
Example: upgrade1.08_to_1.09.php


From version 1.10, to bring up to date the module, after to execute the normal procedures of
xoops, script must be executed < xoops_url>/modules/xmail/upgrade.php, in which was implemented
a project of update of the data base using itself xml.

XOOPERS Brasil team would appreciate your feedback.
Pay us a visit athttp://www.xoops.net.br

4
FMule
Re: newsletter module
  • 2005/8/25 12:07

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


It's good for a newsletter of about 15.000 members?

Login

Who's Online

152 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 152


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits