sakemail在发EMAIL的时候如何加入SMTP验证(求救啊)(200分)

Y

yurer

Unregistered / Unconfirmed
GUEST, unregistred user!
sakemail在发EMAIL的时候如何加入SMTP验证
我发信的时候不能加入验证,发不出去信件
请大家帮忙
200分奉上
 
用以下代码:
case SmtpAuthType of
0: SMTP.AuthenticationType := atNone;
1: SMTP.AuthenticationType := atLogin;
end;
用'0'不需验证,'1'需验证。在发送设置界面中设置是否验证。
 
无法保存数据: 1。

pldu:能请您再详细讲解一下吗?我是菜鸟

另外请教一个问题:为什么我在install componect时候,选择into new package时候
pinstall SakMsg.pas,提示成功后运行程序提示出以下错误:
Access violation at address 00812F70 in module 'dcc50.dll',Write of address 00250001

按这里返回
 
1、你可以设一个配置文件(如config.ini),把所有的配置信息保存在文件中,比如信箱
地址、用户名、验证等。
2、安装控件的注册文件应该是SakRegister.pas吧。用install componentg来安装应该不
会有问题。
 
接受答案了.
 
顶部