This sounds dumb, but how do you set up an SMTP server in Windows 7 (not Windows Server)? After researching on Google, all I get are either tutorials on how to set up your inbox in an email client or how to set up an SMTP server using Windows Server.
相关问题
- Django & Amazon SES SMTP. Cannot send email
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
相关文章
- c#发送邮件,附件损坏
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- How do I make a forward e-mail link?
- CosmosDB emulator can't start since port is al
Windows 7 doesn't include SMTP service so you need to install Remote Server Administration Tools.
After that you should be able to find configuration instructions, like SMTP in IIS.