Страницы

понедельник, 30 июля 2012 г.

Установка параметров перед отправкой E-mail Telit

Перед отправкой E-mail необходимо установить параметры для отправки

Адрес SMTP сервера,через который будет отсылаться E-mail
AT#ESMTP=[<smtp>]
Set command sets the SMTP server address, used for E-mail sending.
SMTP server can be specified as IP address or as nick name.
Parameter:
- SMTP server address, string type. This parameter can be either:
- any valid IP address in the format: xxx.xxx.xxx.xxx
- any host name to be solved with a DNS query in the format: 
(factory default is the empty string “”)
Пример:
AT#ESMTP="smtp.mydomain.com"
OK

Адрес почтового ящика отправителя E-mail

AT#EADDR[=<e-addr>]
Set command sets the sender address string to be used for sending the e-mail.
- -  sender address, string type.
- any string value up to max length reported in the Test command.
(factory default is the empty string “”)
Пример:
AT#EADDR="
me@email.box.com"
OK


Имя пользователя (логин или адрес) пльзователя почтового ящика
AT#EUSER=[<e-user>]
Set command sets the user identification string to be used during the authentication
step of the SMTP.
Parameter:
<e-user> - e-mail authentication User ID, string type.
- any string value up to max length reported in the Test command.
(factory default is the empty string “”)
Note: if no authentication is required then the <e-user> parameter shall be empty
"".
Пример:
AT#EUSER="myE-Name"
OK

Пароль пользователя для отправки почты
AT#EPASSW=[<e-pwd>]
Set command sets the password string to be used during the authentication step of
the SMTP.
Parameter:
<e-pwd> - e-mail authentication password, string type.
- any string value up to max length reported in the Test command.
(factory default is the empty string “”)
Note: if no authentication is required then the <e-pwd> parameter shall be empty
"".
Пример:
AT#USERID="myPassword"
OK

Комментариев нет:

Отправить комментарий

ваше мнение...