IdSMTP1->Host = "smtp.yandex.ru";
IdSMTP1->Port = 25;
IdSMTP1->Username = "e-mail@yandex.ru";
IdSMTP1->Password = "mega_pass";
IdSMTP1->Connect();
IdSMTP1->Authenticate();
if (IdSMTP1->DidAuthenticate)
{
IdSMTP1->Send(IdMessage1);
}
else
{
ShowMessage("Error!");
}
IdSMTP1->Disconnect();
Авторизация в IdSMTP
Цитата:
First chance exception at $7C81EB33. Exception class EIdSMTPReplyError with message ''. Process Project1.exe (3856)
код (подскажите плииз где ошибка):
Код: