插座& SendMail - 如何正确组合?
谁能帮我把这两个源代码结合起来。
- http://pastebin.com/zvaxzPsc - 使用 RFC1928 规则的套接字类
- http://pastebin.com/TN27RijR - Chilkat 发送邮件
我想让 Chilkat 发送邮件[ public void SendMail(string toList, string from, string bccList, string subject, string body, string pass)
] 通过第一个源代码中的 Socket 类发送。
如何正确地做到这一点?
Who can help me to combine these two sources codes.
- http://pastebin.com/zvaxzPsc - Socket Class Working with RFC1928 rules
- http://pastebin.com/TN27RijR - Chilkat Send Mail
I want to make that Chilkat Send Mail [ public void SendMail(string toList, string from, string bccList, string subject, string body, string pass)
] to send through the Socket Class from first source code.
How to do this correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非 Chilkat 有一个采用常规套接字的构造函数,否则您不能这样做。
我建议您查看 Chilkat 的 API 文档,了解如何将其配置为使用代理。
You can't unless Chilkat has a constructor which takes a regular socket.
I suggest that you check the API documentation for Chilkat to see how to configure it to use a proxy.