发送email问题(50分)

  • 主题发起人 主题发起人 jzg2727
  • 开始时间 开始时间
J

jzg2727

Unregistered / Unconfirmed
GUEST, unregistred user!
在C:/Program Files/Borland/Delphi5/Demos/FastNet/Smtp下有一个发送email邮件的例程
我想用它发邮件,可是有一些参数我不懂是什么意思,特来请教
在connection页中的 host user id, name,e-mail address;
sending e-mail页中的 to cc,bcc
verify user 页中的 username to verify
expand mailing list 页中的list to expand;
请各位大富翁帮帮忙,告诉我一下

 
可以直接用shellexcurt调用
 
host是主机地址,其它分别是:用户名,密码,对方地址,
抄送等。
 
去网上或书上找,to:对方地址,cc抄送,bcc密送
最简单的办法是用delphi帮助啊
 
在connection页中的
host:(主机) 邮件服务器
user id: 邮件服务器的用户名 //主要最取得发邮件的权力
name:发送邮件的发件人名称
e-mail address:发件人邮件地址

sending e-mail页中的
to:收件人
cc:抄送
bcc:密抄
verify user 页中的
username to verify:检测邮件服务器是否有此用户
expand mailing list 页中的
list to expand:[引用帮助]The ExpandList method is used to retrieve the members of a mailing list on an SMTP server. The MailList parameter specifies the list to get names and/or addresses for.
When addresses are returned from the SMTP host, the OnMailListReturn event is called.
 
后退
顶部