开发者

I want to send email to an id at local network

开发者 https://www.devze.com 2022-12-20 08:56 出处:网络
I want to send email to an id at local network using intranet not in开发者_如何学运维ternet in C#. Please someone help me if possible.

I want to send email to an id at local network using intranet not in开发者_如何学运维ternet in C#. Please someone help me if possible.

Thanks, Regards


Absolutely doesn't matter if it is intranet or internet. Somewhere on your intranet there is a mail server that supports SMTP protocol. It maybe program like Unix sendmail, Microsoft Exchange or IBM Lotus Domino. Ask your system administrator to find out address of this mail server. Then use standart .NET API (example here, replace smtpserver1 to the address of your mail server and specify username and password if needed) to connect to it and send your mail.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号