Sending bulk email
Subs has useful system for sending bulk email to some or all of your users.
You can choose a category of user depending on thier status, name, expiry dates
and other criteria. The same email will be sent to all the users in the
selected category.
This is useful for advertising or promoting special offers to your customer
base, or for announcing changes or service outages. You can also use it for
reminding customers whose subscription is about to expire.
Its quick and easy to use,
and most of your users will thank you for keeping them in touch.
- Go to Mail Users
- Select a category of users to mail to.
- Fill on an informative subject line.
- Enter the body of the email message.
- Press "Mail Users".
- All users in the selected category that have an email address
will be sent the email.
- If there are many users to send to, you may need to wait while the
email is sent.
The text can include a number of special keywords that will be
replaced with actual details when the mail is sent:
- $user{'name'} is replaced with the users login name.
- $user{'full_name'} is replaced with the users full name.
- $user{'address1'} is replaced with the users address line 1
- $user{'address2'} is replaced with the users address line 2
- $user{'city'} is replaced with the users city
- $user{'state'} is replaced with the users state
- $user{'postcode'} is replaced with the users postal code
- $user{'country'} is replaced with the users country
- $user{'start_date'} is replaced by the start date of their subscription
- $user{'end_date'} is replaced by the end date of their subscription
- $user{'pay_request_date'} is replaced by the date that they made
their last subscription request.
- $config{'service'} is replaced with the service name that you
entered in Your Service Name above.
- $config{'admin_name'} is replaced with the name you entered in
Administrator full name above.
- $config{'admin_address'} is replaced with the name you entered in
Administrator address above.