Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 38
Благодарности: 0

Профиль | Отправить PM | Цитировать


Пробовал чтото не выходит с англискм плохо можно по подробней
; Include
;##################################
#Include<file.au3>
;##################################
; Variables
;##################################
$SmtpServer = "Что сдесь SmtpServer на котором зарегестрирована моя почта? " ; address for the smtp-server to use - REQUIRED
$FromName = "Что сдесь" ; name from who the email was sent
$FromAddress = "Что сдесь" ; address from where the mail should come
$ToAddress = "Что сдесь";"()@sms.kyivstar.net" ; destination address of the email - REQUIRED
$Subject = "Проба" ; subject from the email - can be anything you want it to be
$Body = "Привет" ; the messagebody from the mail - can be left blank but then you get a blank mail
$AttachFiles = "Писать Полный путь или нет" ; файлы которые нужно присоединить к письму) the file you want to attach- leave blank if not needed
$CcAddress = "Что сдесь" ; address for cc - leave blank if not needed
$BccAddress = "Что сдесь" ; address for bcc - leave blank if not needed
$Importance = "Normal" ; Send message priority: "High", "Normal", "Low"
$Username = "Что сдесь" ; username for the account used from where the mail gets sent - REQUIRED
$Password = "Пароль на почтовый ящик или нет" ; password for the account used from where the mail gets sent - REQUIRED
$IPPort = 25 ; port used for sending the mail
$ssl = 0 ; enables/disables secure socket layer sending - put to 1 if using httpS
;~ $IPPort=465 ; GMAIL port used for sending the mail
;~ $ssl=1 ; GMAILenables/disables secure socket layer sending - put to 1 if using httpS

;##################################
; Script
;##################################

Отправлено: 18:27, 27-08-2009 | #5