插座& SendMail - 如何正确组合?

发布于 2024-12-05 01:13:55 字数 456 浏览 2 评论 0原文

谁能帮我把这两个源代码结合起来。

  1. http://pastebin.com/zvaxzPsc - 使用 RFC1928 规则的套接字类
  2. 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.

  1. http://pastebin.com/zvaxzPsc - Socket Class Working with RFC1928 rules
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味超标? 2024-12-12 01:13:55

除非 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文