使用 ActionMailer.Net 发送电子邮件时如何设置 EnableSsl=True?
我在我的 MVC 网站中使用 ActionMailer.Net 发送电子邮件,我想从 gmail 发送,但 gmail 需要 EnableSsl=True 才能发送,但我不知道在 ActionMailer.net 中的哪里可以配置它。
I am using ActionMailer.Net in my MVC website to send email, I want to send from gmail, but gmail needs EnableSsl=True to be able to send, but I don't know where in ActionMailer.net I can configure this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将 web.config 文件编辑为如下内容:
参考:
You have to edit your web.config file to something like this:
Reference: