Главная
Новости
Статьи
Форумы
Книги
Коды
Сообщество
Блоги
О нас
Логин
Email:
Пароль:
Помнить меня
Войти
Зарегистрироваться
Забыл пароль
Поиск
Искать :
Вперед
Сообщение
ludasha
Болтун
Зарегистрирован:
30 May 2005
Сообщения: 409
Примеры кода: 0
C# & Mail
10 August 2005 13:14
Xochy poslat na Mail web starnizy.NApisala takoi kod:
private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to initialize the page here
MailMessage mail = new MailMessage();
mail.To = "
mailto:michael@zefat.ac.il
";
mail.From = "
mailto:ludmila1977@walla.com
";
mail.Subject = "this is a test email.";
string url = "
http://www.microsoft.com]http://www.microsoft.com;
mail.Body = HttpContent( url );
mail.BodyFormat = MailFormat.Html;
mail.UrlContentBase = url;
SmtpMail.SmtpServer = localhost; //your real server goes here
SmtpMail.Send( mail );
}
//screen scrape a page here
private string HttpContent( string url )
{
WebRequest objRequest = System.Net.HttpWebRequest.Create(url);
StreamReader sr = new StreamReader( objRequest.GetResponse().GetResponseStream() );
string result = sr.ReadToEnd();
sr.Close();
return result;
}
Vse vremya poluchayu takuy oshibku:
Server Error in /Forms Application.
--------------------------------------------------------------------------------
The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for
Exception Details: System.Runtime.InteropServices.COMException: The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for [email]mailto:michael@zefat.ac.il
v chem problema???
Данное сообщение получено с сайта
GotDotNet.RU
Наверх
Общие вопросы программирования на ASP.NET
C# & Mail
.
ludasha
10 August 2005 13:14
RE: C# & Mail
.
Shtin
10 August 2005 14:53
RE: C# & Mail
.
ludasha
10 August 2005 14:31
RE: C# & Mail
.
Magic_Max
10 August 2005 14:35
RE: C# & Mail
.
ludasha
10 August 2005 15:04
C# & Mail
.
IAmTonik
10 August 2005 13:36
C# & Mail
.
ludasha
10 August 2005 14:02
C# & Mail
.
Magic_Max
10 August 2005 14:14
C# & Mail
.
Magic_Max
10 August 2005 13:56
C# & Mail
.
ludasha
10 August 2005 14:28
C# & Mail
.
Magic_Max
10 August 2005 14:30
RE: C# & Mail
.
Shtin
10 August 2005 15:55
RE: C# & Mail
.
Magic_Max
10 August 2005 15:15
Наш Киев
Apartments for Rent
Идея:
Dimon aka Manowar
Программирование:
Dimon aka Manowar
Дизайн:
Dan Lebedev
Хостинг от компании Parking.ru
Карта сайта