Buy Credits
Register to become a SMS reseller

Email to SMS Service

Enquiry

Overview

mNatives offers Email-to-SMS service for sending emails as SMS the easiest way. The service is designed to deliver SMS, efficiently from anywhere, anytime. This offering is developed for the messaging needs of the user requiring instant implementation.

For sending email to SMS, you need to direct all the emails to mNatives SMS server, & they automatically get converted to SMS messages & are transmitted in real-time, using our high bandwidth connectivity with multiple mobile operators across the world.

Our Mobile Email Service is a critical alert solution that fits seamlessly in a government organization or corporate enterprise or any business and can be OEM'd to the service providers.

mNatives Mobile Email service provides you the functionality of converting your critical emails into SMS services. Any email sent to <mobilenumber>@mnatives.com is sent to the mobile number as SMS mentioned in the email in case of system failures and alerts.

 

Send SMS from Email

 

Features

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 email account. With this you can send Bulk SMS from any E-mail Client or Application across the world using our SMS gateway solutions. So, you need not always have to logon to your mNatives account for sending bulk SMS.

 

Benefits

Email-to-sms service 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 SMS mail services, please make sure that your message text does not exceed 306 characters. If this exceeds the limit, email-to-SMS service 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

Send mail using VB macro script:

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

** use 1 for alert and 0 for promotion