IIS发送邮件
我已成功设置我的 ASP 应用程序,将电子邮件投递至 ISS 指定的邮箱。我可以在我指定的文件夹中看到电子邮件。这是我在 IIS 管理设置中指定的内容:
E-mail address: [email protected]
Store e-mail in pickup directory: C:\temp\maildrop
这会向我在应用程序中指定的帐户发送电子邮件吗?这是一个密码重置系统,文件夹内的电子邮件文档具有正确的收件人和发件人地址,但我不知道如何安装实际的 SMTP 服务器,并且不确定 IIS 管理器是否会通过将其放入此文件夹来实现此目的?
抱歉,我对这个东西很陌生
I have succefully setup my ASP app to be drop the email to a maildrop box designated by the ISS. I can see the email in the folder which I have specified. This is what I have specified in my IIS management settings:
E-mail address: [email protected]
Store e-mail in pickup directory: C:\temp\maildrop
Will this send an email to my account specified in the app? This is a password reset system and the email document inside the folder has the correct to and from address but I don't know how to install the actual SMTP server and not sure if the IIS Manager will make it happen by dropping it in this folder?
Sorry, I am new to this stuff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望发送电子邮件,您需要使用[某种] SMTP 中继。将其放入 maildrop 假定存在一些其他协议将用于从该 maildrop(即 POP3)中检索它。
如果您想讨论如何配置 IIS 和 SMTP,您的问题可能会在 www.serverfault.com。
If you want the email delivered, you want to use an SMTP relay [of some sort]. Placing it in the maildrop assumes that there is some other protocol which is going to be used to retreive it from that maildrop (ie. POP3).
If you want to talk about how to configure IIS and SMTP, your question will probably get better results on www.serverfault.com.