Closed
Bug 1429447
Opened 7 years ago
Closed 7 years ago
Specific email not receiving emails Investigation of <email address>
Categories
(Cloud Services :: Server: Firefox Accounts, enhancement)
Cloud Services
Server: Firefox Accounts
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: xma, Unassigned)
Details
User:
Support Case
The user has tried the following:
*Tested email, at first email was not working but now it is so verification email should go through fine.
I verified with the user that their email is indeed working.
Can we investigate on our side what might be happening or to see if we can unlock the account by attached identity verification.
Comment 1•7 years ago
|
||
Hi Marco, I've found and cleared one email bounce from our systems, please try signing in again!
MySQL [fxa]> select * from emailBounces where email = 'xma@godaddy.com';
+-----------------+------------+---------------+---------------+
| email | bounceType | bounceSubType | createdAt |
+-----------------+------------+---------------+---------------+
| xma@godaddy.com | 1 | 2 | 1515519084195 |
+-----------------+------------+---------------+---------------+
1 row in set (0.00 sec)
MySQL [fxa]> delete from emailBounces where email = 'xma@godaddy.com';
Query OK, 1 row affected (0.01 sec)
Comment 2•7 years ago
|
||
Closing on the assumption that the above fixed things, as we haven't heard back.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•