标签: c# sockets sendmail chilkat
谁可以帮我组合这两个源代码。
我想让Chilkat发送邮件[public void SendMail(string toList, string from, string bccList, string subject, string body, string pass)]从第一个源代码通过套接字类发送。
public void SendMail(string toList, string from, string bccList, string subject, string body, string pass)
如何正确地做到这一点?
答案 0 :(得分:0)
除非Chilkat有一个带常规套接字的构造函数,否则你不能。
我建议您查看Chilkat的API文档,了解如何配置它以使用代理。