This module will send out a Newsletter to clients who have selected to receive it (By default clients must opt in).
Screen Shot:
Install instructions:
Upload to modules/admin/ folder in your whmcs directory.
The install script will automatically create a custom client field option asking if they wish to receive the newsletter it will also create the email template which you should edit before your first newsletter. The " Custom question to ask clients as set in custom clients field" in > ADDON MODULES > Newsletter is by default set to "Receive our Monthly Newsletter?" This must remain the same as the custom client field question if you wish to change that.
I'm using the api to send the emails so be sure to enter whmcs admin details into the box provided so as the script can send the emails out.
Don't forget to set the cron job for one you wish to send your newsletters out eg:
0 5 1 * * php -q /home/user/public_html/whmcs/modules/admin/newsletter/cron.php
Would mean that your newsletter would be sent out at 5am on the 1st of each month.
If you have any questions see the forum.
Contribution:Newsletter
All documented contributions | Document your own contribution