Closed
Bug 1435925
Opened 8 years ago
Closed 7 years ago
Specific email not receiving emails Investigation of it@fireboar.com.au
Categories
(Cloud Services :: Server: Firefox Accounts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: it, Unassigned)
Details
Hi, I'm currently locked out of my Firefox Account and unable to sync as a result, my email is it@fireboar.com.au, I am not sure if this is the correct place to put this, but I found the link from a user with a similar issue.
Thanks
Comment 1•8 years ago
|
||
Hi there, our systems recorded three bounces which I've cleared, could you try signing in again?
MySQL [fxa]> select * from emailBounces where email = 'it@fireboar.com.au';
+--------------------+------------+---------------+---------------+
| email | bounceType | bounceSubType | createdAt |
+--------------------+------------+---------------+---------------+
| it@fireboar.com.au | 1 | 2 | 1490678481550 |
| it@fireboar.com.au | 1 | 4 | 1490678509984 |
| it@fireboar.com.au | 1 | 2 | 1490678548011 |
+--------------------+------------+---------------+---------------+
3 rows in set (0.00 sec)
MySQL [fxa]> delete from emailBounces where email = 'it@fireboar.com.au';
Query OK, 3 rows affected (0.01 sec)
Comment 2•8 years ago
|
||
(In reply to it from comment #0)
> Hi, I'm currently locked out of my Firefox Account and unable to sync as a
> result, my email is it@fireboar.com.au, I am not sure if this is the correct
> place to put this, but I found the link from a user with a similar issue.
> Thanks
Please let us know if your problem was fixed
Flags: needinfo?(it)
Updated•7 years ago
|
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
•