问题标签 [emailrelay]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1090 浏览

ruby-on-rails - Net::SMTPAuthenticationError(535 身份验证失败

我正在尝试在 localhost 中触发一个邮件程序,我可以让它与 gmail 一起使用,但不能与我自己在 Linux Cpanel Godaddy 服务器中托管的电子邮件一起使用。这是我的 development.rb 配置:

0 投票
2 回答
1410 浏览

linux - Sendmail via Gmail SMTP relay

I'm running a CentOS 7 VM in Google Cloud but having difficulty sending emails out using sendmail. I've followed the below posts and numerous others but the result remains the same, i.e. the mails never reach their destination.

https://linuxconfig.org/configuring-gmail-as-sendmail-email-relay

https://www.bonusbits.com/wiki/HowTo:Configure_SendMail_to_Use_SMTP_Relay

https://tecadmin.net/sendmail-to-relay-emails-through-gmail-stmp/

http://ibgwww.colorado.edu/~lessem/psyc5112/usail/mail/debugging/

I've used a telnet session to connect to smtp-relay.gmail.com to test it from the server and was able to connect and send a mail, which also reached it's destination.

Please forgive my ignorance, I'm very new to Linux. When I use the mail -v command to send the mail I get the output below.

It gives the message "Message accepted for delivery" at the end, but at the beginning it says connecting to 127.0.0.1 (localhost), should it not instead be connecting to the smtp-relay.gmail.com host I specified in the sendmail.mc and auth / authinfo files' configuration?

According to the /var/log/maillog when I execute those command it's giving the "Message accepted for delivery" like above and the relay is specified as 127.0.0.1

0 投票
1 回答
110 浏览

email - 发送到与来自地址相同域的电子邮件以“中继被拒绝”退回

我的团队支持客户的网站,我们使用 SendGrid 代表他们发送与该网站相关的电子邮件。

我们与他们自己的电子邮件服务器没有任何关系,我目前对此一无所知。

据我所知,SendGrid 具有适当的身份验证,并且是其域的授权发件人,并且几乎 98% 的电子邮件都已成功发送。

但是,由于“550 中继被拒绝”的原因,我们遇到了一些退回邮件,所有这些都是针对我们客户域中的地址(与他们的网站和电子邮件的发件人地址相同的地址)。

大多数发送到其域的电子邮件都已成功发送。

不幸的是,我无法访问退回电子邮件的完整标题,只有原因。

我了解通常此错误可能是由以下原因引起的

  • 发件人未正确验证。我远不是这方面的专家,但据我所知,那里没有错。或者
  • 收件人电子邮件域的 DNS 或类似配置错误。我对此知之甚少,我对客户的电子邮件服务器没有访问权或责任。

我的主要问题是,与发件人地址相同的域有什么关系吗?由于电子邮件声称来自其发送到的同一个地方,这是否可能影响中继处理它的方式?

如果没有,我也很感激关于在哪里寻找问题的任何指示(或者如果问题可能来自他们的最终问题,建议客户查看什么。)我一直在尝试研究电子邮件配置问题和身份验证,但我在这方面非常新手。

提前致谢。

0 投票
1 回答
55 浏览

jakarta-mail - 关于电子邮件中继邮件的退回处理

嗨,我将在我的公司实施电子邮件中继,并通过将返回路径指定为我的邮箱来提供退回处理机制。但是问题是什么意味着我在某些提供商的邮件正文中收到退回报告,而有些提供商将它们作为附件提供去吧爸爸。

如果我发送带有多个附件的邮件并且当它们被退回时,退回的邮件包含这些附件以及退回的邮件标题作为另一个附件..如何处理这种情况???或任何其他用于电子邮件中继退回邮件的退回处理机制

0 投票
1 回答
26 浏览

amazon-ses - 如何使用 AWS SES 通过 mydomain.org 实现 theiremial@theirdomain.com?

我有一个用例和问题

  1. 我有 AWS SES 的有效订阅。2,我有一个客户订阅的应用程序,他们想向他们的观众发送电子邮件以捐款。
  2. 我们想要的是在“发件人”电子邮件+“通过 mydomai.org”中使用他们的电子邮件 ID,例如来自“通过 mydomain.org”的“theiremial@theirdomain.com”。
  3. 我可以使用 SES 进行上述操作吗?
  4. 想知道#3 是否是一个有效的场景,什么是利弊。

谢谢