Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

請教 bcb 的 TNMSMTP

0 views
Skip to first unread message

InNe...@bbs.yuntech.edu.tw

unread,
Feb 14, 2003, 5:03:38 AM2/14/03
to
hi~

我們用BCB寫一個簡單的寄信程式
我們用TNMSMTP
有些伺服器可以寄出,像是寄我們學校的信箱都可以成功

但是現要如果要用來寄給hinet
SMTP: ms12.hinet.net
目標信箱:x...@ms12.hinet.net
會出現authentication failed

聽說現在都會做驗証,像是現在用outlook寄信時都要在"我的外寄伺服器需要驗証"給它打勾
bcb的 TNMSMTP元件,有提供驗証用的功能嗎?
還是說只能開outlook 來送信了
謝謝~~

----------------------------------------
NMSMTP1->Charset = "BIG5";
NMSMTP1->Host = XX;
NMSMTP1->Port = 25;
NMSMTP1->UserID = XX;

NMSMTP1->Connect();

NMSMTP1->PostMessage->FromAddress = XX;
NMSMTP1->PostMessage->FromName = XX;
NMSMTP1->PostMessage->Subject = XX;
NMSMTP1->PostMessage->ToAddress->Add(TargetMail->Text);

NMSMTP1->SendMail();
--
[m※ Origin: 雲林科技大學藍天使 <bbs.yuntech.edu.tw> [From: 211.74.65.143]

0 new messages