Re: [Linux-programlama] c++ smtp

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: ahmet demir (turkosx@gmail.com)
Date: Thu 20 Jul 2006 - 12:28:07 GMT


NMSMTP yi deneyip yapamayinca IdSMTP ile yaptim ilgilenenler icin kod

TIdMessage *msg = new TIdMessage(NULL);

msg->CharSet = "windows-874";
msg->ContentType = "text/plain";

msg->Subject = "merhaba";
msg->From->Text = gonderen@benimdomain.com
<gonderen@benimdomain.com><gonderen@benimdomain.com>
;
msg->Recipients->EMailAddresses = "karsitaraf@karsitarafdomain.com";
msg->Body->Text = "c++ uzerinden mail";

IdSMTP1->Host = "mail.domain.com";
IdSMTP1->Port=25;
IdSMTP1->UserId="kullaniciismi";
IdSMTP1->Password="sifre";
IdSMTP1->Connect();
IdSMTP1->Send(msg);
IdSMTP1->Disconnect();
bu arada Authentication kismi atLogin olmali eger mail liyorken kimlik
dogrulamasi iseretli ise..
iyi calismalar

2006/7/20, goktan kantarcioglu <goktan99@gmail.com>:
>
> Selamlar,
>
> NMSMTP bilmiyorum ama, tahmin olarak, smtp ye gore "rcpt to" dan once
> gondermeniz gereken baska komutlar var - en azindan mail komutu (mail
> from: ). sorun bundan kaynaklaniyoru ise smtp protokolu ile ilgili daha
> detayli bilgi icin
> http://www.ietf.org/rfc/rfc0821.txt
>
> iyi calismalar
> goktan
>
> ahmet demir wrote:
> > merhaba,
> > c++ builder uzerinde NMSMTP ile mail gondermeye calisirken "503 You
> > must send RCPT TO:first" hatasi cikiyor.Bu neden kaynaklaniyor
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Linux-programlama mailing list
> > Linux-programlama@liste.linux.org.tr
> > http://liste.linux.org.tr/mailman/listinfo/linux-programlama
> >
>
>
>
> _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-programlama
>
>
>

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.