如何在asp.net中不使用SMTP端口发送电子邮件 [英] How to send an email without using SMTP port in asp.net

查看:130
本文介绍了如何在asp.net中不使用SMTP端口发送电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





而不是手动点击网址,我想用asp.net自动化它。

1.如何发送一封电子邮件,超过一个人,没有使用SMTP端口号和我的信用卡。

2.如何知道我是否已重定向到给定的url.Which条件我需要用来检查是否进入了代码中指定的url。



我想实现usint asp.net。请帮助我。

Hi,

Instead of clicking url manually,i want to automate it using asp.net.
1.How to send an email to morethan one people without using SMTP port number and my credientials.
2.How to know whether i have redirected to the given url.Which condition i need to use to check whether it went to the specified url in the code.

I want to implement usint asp.net.Please help me on this.

推荐答案

你不能。



你需要提供SMTP端口信息和你的凭证有充分的理由:首先需要提供,以便系统知道你正在尝试发送消息;第二个是必要的,以防止未经授权的人以您的名义发送电子邮件或您的公司名称。



几乎没有系统允许您在没有凭证的情况下发送电子邮件,特别是如果你想将它们发送给不止一个人,因为这是垃圾邮件发件人的特征。
You can't.

You need to provide the SMTP port info, and your credentials for good reasons: the first needs to be provided so that the system knows you are trying to send messages; the second is necessary to prevent people who are not authorised from sending emails in your name, or your companies name.

Almost no systems will allow you to send emails without credentials, particularly if you want to send them to "more than one person" as this is characteristic of spam senders.


这篇关于如何在asp.net中不使用SMTP端口发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆