Tuesday, November 30, 2010

EMAIL TO SMS SERVICE

Email to SMS Service
mNatives offers Email-to-SMS service for sending SMS in a most easy way. The service is designed to deliver SMS, efficiently from anywhere, anytime. This offering is developed for the messaging needs of the users requiring instant deployment
You just need to direct all the emails to the mNatives SMS server, and they automatically get converted to SMS messages and are transmitted in real time, using our high bandwidth connectivity with multiple mobile operators, worldwide
mNatives Email to SMS service provides you the functionality of converting your critical emails into SMS. Any email sent to <mobilenumber>@mnatives.com is sent to the mobile number as SMS mentioned in the email in case of systems failures and alerts.
Send SMS from Email
Key features of email-to-SMS service:
  • Audit: Email – SMS linkage stored – for audit purposes
  • Active service monitoring: Service monitoring is there that ensures 99.9% delivery of messages with nearly no downtime.
mNatives email-to-sms feature allows you to send SMS to multiple recipients from your mail account. With this you can send Bulk SMS from any E-mail Client or Application across the. So, you need not always have to logon to your mNatives account for sending bulk SMS. This feature helps you to:
  • Send latest information or appointment reminders with your esteemed customers and partners.
  • You can send Critical System Alerts automatically to a group of numbers in case of its occurrence.
  • Send bulk SMS even if you have no direct internet connectivity but are connected to the mail server using outlook or thunderbird.
If you are using mNatives email-to-sms services, please make sure that your message text does not exceed 306 characters. If this exceeds the limit, email-to-sms service system will send the first 306 characters as the message and the remaining characters will not be included. Always send mail in plain text format else the HTML text will be included in the message text.
Please ensure that you prefix all the mobile numbers with the country code. Eg for India use 91 before the mobile number and for Argentina use 54.

The sample format of email-to-SMS is:
For Single SMS:
Send single SMS from Email
For Multiple SMS:
Send single SMS from Email
Script to send mail using VB macro:
Private Sub SendMail()
Dim objMail
Dim strMsg
'Create a message object
Set objOutlk = CreateObject("Outlook.Application")
Set objMail = objOutlk.CreateItem(0)

'Create a new message
objMail.To = "9198xxxxxxx#9196xxxxxxxx#9184xxxxxxxx@mnatives.com"

'Set up Subject Line
objMail.Subject = "userid#password#sender#1"

'Add the body
objMail.Body = "This is a test sms for Email-to-SMS from mNatives.com. It’s live now"
objMail.Send

'Clean up
Set objMail = Nothing
Set strMsg = Nothing
Set objOutlk = Nothing

End Sub

No comments:

Post a Comment