Mobilchange news Documentation Contents User Documentation Administrator Documentation Index of terms Technical Support On-line Search

Sending and receiving SMS from SMTP/POP3 client

Basic functions

Enhanced informations


How to send a SMS message?

SMS messages are being sent as same as any ordinary e-mail. Create a new message and to the "Address" (To:) field write the address in format depending on your mail client. Here are samples for Outlook Express 5.0 and Outlook 98.:

Outlook Express 5.0

Address type number@sms
The recipient name is the same as number - "101".
<101@sms>

Address type @sms
In the frame of names (between quotes) can be used the space freely.
"user name" <102@sms>

Address type .sms
The underscore will be changed to space before sending.
user_name@202.sms

MS Outlook 98

Address type number@sms
The name of recipient will be the same as number - "101".
[smtp:101@sms]

Address type @sms
In the frame of names (in front of []) can be used the space freely.
user name [smtp:102@sms]

Address type .sms
The undescore Podtržítko v rámci jmen bude před odesláním nahrazeno za mezeru.
user_name@202.sms

back to top of page


How to receive a SMS message?

The incoming SMS message is being delivered as same as any ordinary e-mail, in the Sender field can be seen the SMS address of the sender, so you can Reply as usual (Reply).

back to top of page


How to check, whether our SMS has been sent?

As soon as MobilChange sends a message to GSM network, it delivers a sending confirmation to the user, which contains the exact copy of sent text, just to verify, that MobilChange sent the SMS correctly.

back to top of page


(Non)Delivery confirmation report.

MobilChange delivers confirmation about delivery (not-delivered) if the GSM operator supports this service. The selection to demand or not can be set at "Sending option".

back to top of page


Send options

The user can set up or infuence how will be his SMS sent. With help of "@ commands". These commands must be written at the beginning of the message, one command per line. Between the last @command and first line of the main message text must be enpty line.

Allowed @commands:

back to top of page


(Not)delivered confirmation setting

If you write @dr=1 or @report, you demand confirmation that your SMS has been successfully delivered to the targeted cell phone. (if supported by GSM operator)

If you write @dr=0, you say you DO NOT want the confirmation.

If you write nothing at the message beginning, it is used the system setting - demanding delivery confirmation.

back to top of page


Action - how MobilChange handles with the message

With the command @action=... you set, how will be the outgoing message handled or proceeded by MobilChange. If no choice is selected, the message is being sent (as same as the first selection - Send).

back to top of page


SMS messages format

Sent SMS usually is updated of sender's email address, the summary count of messages to which was the first divided etc. -- looks like this:

1/3 F:brouzda@datasys.cz S:problem-Rychle mi zavolej,mame...

If you do not want the additional headers, you must write to the beginning of the message this command:

@nomodify

back to top of page


Notification about incoming e-mails

You can use notification about incoming e-mails by SMS. So if you receive e-mail, Mobilchange can send informative text message to your mobile phone about it.
This function is turned on by this procedure: set all mail autoforwarding "as an attachment" to "notify.xxx@sms" (or "notify.xxx@sms.sms") address. All forwarded e-mails will be trimmed to one SMS length and sent to "xxx" number.

How to set up autoforward? It is very dependent on your mail client. E.g. mailers on Unix/Linux searches your home directory for ".forward" file and according its content processes incoming messages. Look for more information in documentation for your mail client or ask your mail system administrator.

SMTP receiver is required for this feature - it doesn't work with normal SMTP/POP3 gateway.

back to top of page