Difference between revisions of "SMS Configuration"
(→Setting up your E-Mail Templates) |
(→Setting up your E-Mail Templates) |
||
Line 30: | Line 30: | ||
To set a string of text in your e-mail templates to be sent via SMS you can enclose the text in <sms> tags. For example, if you wanted to notify your clients when a new invoice is generated via SMS you can add the following to your 'New Invoice' e-mail template: | To set a string of text in your e-mail templates to be sent via SMS you can enclose the text in <sms> tags. For example, if you wanted to notify your clients when a new invoice is generated via SMS you can add the following to your 'New Invoice' e-mail template: | ||
− | <sms>You have a new invoice at ''Your Website''. Please login to ''Your Website'' to pay your invoice.</sms> | + | <sms>You have a new invoice at ''Your Website''. Please login to ''Your Website'' to view and pay your invoice.</sms> |
The message contained within the <sms> tags would then be sent to your client when the New Invoice e-mail is sent to them. | The message contained within the <sms> tags would then be sent to your client when the New Invoice e-mail is sent to them. |
Revision as of 22:23, March 29, 2010
Contents
Supported Gateways
Configuring
The first step in enabling the SMS features of AWBS is to enable the module. This can be done in the 'Module Setup' of your AWBS. Enable your gateway module then save.
Once your module is enabled go back to the AWBS Configuration and you should now see a new link:
SMS Gateway Setup - Setup SMS parameters for client SMS module
Click this link and configure the settings in the next page for your gateway.
Setting up your E-Mail Templates
By default you can have AWBS send SMS messages for accounting and support emails using the sms/extended contact.
Note: The user must have specified their SMS contact number via the Contact Management page of your site. eg - http://www/yoursite.com/contactmgmt.php
To set a string of text in your e-mail templates to be sent via SMS you can enclose the text in <sms> tags. For example, if you wanted to notify your clients when a new invoice is generated via SMS you can add the following to your 'New Invoice' e-mail template:
<sms>You have a new invoice at Your Website. Please login to Your Website to view and pay your invoice.</sms>
The message contained within the <sms> tags would then be sent to your client when the New Invoice e-mail is sent to them.