如何使用C#通过电子邮件asp.net发布简历 [英] How to post a resume through email ini asp.net using c#

查看:88
本文介绍了如何使用C#通过电子邮件asp.net发布简历的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试发送电子邮件,但不断收到错误消息.

I was trying to send an email and I keep getting an error.

Error:
Mailbox name not allowed. The server response was: Sorry, that domain isn't in my list of allowed rcpthosts.


谁能帮我解决这个表格.

谢谢&问候

Srikanth.J


Can anyone please help me to solving this form.

Thanks & Regards

Srikanth.J

推荐答案

通过 ^ ] RCPT TO命令(以及其他)发行,指定应将此电子邮件发送给谁. SMTP服务器的限制性配置可以检查收件人电子邮件地址的域部分(@右边的部分)是否在允许的主机列表中.
错误消息告诉您,收件人的电子邮件地址位于SMTP服务器(由于其配置)将不会向其发送电子邮件的域中.
要解决您的问题,您必须找出所用的电子邮件服务器类型,然后查阅有关如何正确配置它的文档.

注意事项:如果这是您为公司工作的电子邮件服务器,则最好与电子邮件系统的管理员联系.这些检查本可以作为安全措施进行的,未经负责方的书面同意而对其进行更改可能会给您带来深重的麻烦.

请让我们及时了解您的进度!

问候,

—MRB
When a mail is sent via SMTP[^] a RCPT TO command (amongst others) is issued which specifies to whom this email should be delivered. A restrictive configuration of a SMTP server can do a check if the domain part of the recipients email address (that part to the right of the @) is in a list of allowed hosts.
What the error message tells you is that the recipient''s email address is in a domain that the SMTP server ( due to its configuration ) will not send email to.
To solve your problem you must find out what kind of email server you are using and then consult the documentation on how to configure it correctly.

Caveat: If this an email server of the company you work for you better talk to the administrator of the email system. These checks could have been put in place as a security measure and changing them without written consent of the responsible party could get you in deep trouble.

Please keep us updated on your progress!

Regards,

—MRB


这篇关于如何使用C#通过电子邮件asp.net发布简历的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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