# POP3 电子邮件失败，找不出原因

**URL:** <https://meta.discourse.org/t/pop3-email-failing-cant-figure-out-why/265513>\
**Category:** Support\
**Tags:** email\
**Created:** [2023年五月19日 04:23 UTC](https://meta.discourse.org/t/pop3-email-failing-cant-figure-out-why/265513 "2023-05-19T04:23:02Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)\
**Post date:** [2023年五月19日 14:12 UTC](https://meta.discourse.org/t/pop3-email-failing-cant-figure-out-why/265513/3 "2023-05-19T14:12:38Z")

</div>

请帮我处理一下这个

> [@POP3 polling stopped working](https://meta.discourse.org/t/pop3-polling-stopped-working/38490/2?u=jose_c_gomez):
>
> Here’s how I would debug it: SSH into your server and then cd /var/discourse ./launcher enter app rails c require "net/pop" pop3 = Net::POP3.new("pop.gmail.com", 995) pop3.enable\_ssl pop3.auth\_only("username", "password") And check what error you get from the last line.

如果我输入所有信息都正确，响应是空的，如果我输入错误的密码，则会收到错误，所以看起来没问题。

病急乱投医

---

_[View the full topic](https://meta.discourse.org/t/pop3-email-failing-cant-figure-out-why/265513)._
