Тема: SMTP
Показать сообщение отдельно
Старый 25.03.2010, 15:23   #2
Пётр
Нуждающийся
 
Регистрация: 23.05.2007
Сообщений: 95
Написано 34 полезных сообщений
(для 53 пользователей)
Ответ: SMTP

Ставишь друпию и юзаешь функцию SendEmail
SendEmail(Name.s,sender.s,recipient.s,Username.s,Password.s,smtpserver.s,subject.s,body.s)
Description:
Send a mail with authentication ( Set Username / Password ) or without authentication if you leave them to blank.

Name: set the name of the sender
Sender: set the Sender Email Address
Recipient: set the Recipient Email address
SmtpServer: set the Smtp Server
Subject: set the Subject
Body: set the Body
(Offline)
 
Ответить с цитированием