如何创建随机电子邮件地址? [英] How to create Random e-mail adress ?

查看:1062
本文介绍了如何创建随机电子邮件地址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在ASP.NET中为用户的通知创建随机电子邮件地址?

像这样;

61e-2eb3af5-c7da98 -noreply@twitter.com

How to create Random e-mail adress for users' notifications in ASP.NET ?
Like this;
61e-2eb3af5-c7da98 -noreply@twitter.com

推荐答案

这不是它的工作原理:你设置了一个自动转储所有电子邮件的电子邮件地址,然后你从那里发送邮件 - 你不能只是发明一个电子邮件地址并使用它!特别是如果它是在别人的系统上......如果没有其他的话,这是误传。



只需在你的主机上创建一个名为no-reply@MyDomain.com的电子邮件并将其配置为自动删除所有传入的电子邮件 - 大多数服务器都可以这样做。
That isn't quite how it works: you set up an email address which automatically dumps all emails, and you send the message from that - you can't just "invent" an email address and use that! Particularly if it is on someone else's system...that's misrepresentation if nothing else.

Just create an email on your host called "no-reply@MyDomain.com" and configure it to delete all incoming email automatically - most servers can do that.


这篇关于如何创建随机电子邮件地址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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