"Failed to send email" error every time after upgrade to 88.0b1
Categories
(MailNews Core :: Composition, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird88 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird88 | --- | fixed |
People
(Reporter: nazar, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
1.40 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
Updated to 88.0b1 and got new problems :(
- Try to send email using Thunderbird for GMail account
Actual results:
Email is sent, but says it failed to do so
Expected results:
Should not say that it failed to send email if it didn't fail
Comment 1•4 years ago
|
||
Why do I never have these problems when testing release candidates, or when using the application?
Sorry, I can't reproduce testing sending from my two Gmail accounts using 88.0b1 on Fedora 33 Workstation, Gnome desktop.
I'm not using it on a regular basis because reading binary newsgroups is broken.
Reporter | ||
Comment 2•4 years ago
|
||
It is 100% reproducible for me with both GMail and iRedMail-based servers, so I don't think it is server-specific.
If there is any information I can provide to help with solution, let me know.
Assignee | ||
Comment 3•4 years ago
|
||
I had this problem once, then I started with a fresh new profile and the problem was gone. I didn't find the root cause. Would you mind trying a fresh profile?
Reporter | ||
Comment 4•4 years ago
|
||
I would prefer to not create a fresh profile and lose all of the settings to be honest and the issue should ideally be solvable without creation of new profile.
Assignee | ||
Comment 5•4 years ago
|
||
Sure, I was trying to say use a fresh profile to test if the problem still exists. You can switch back to the current profile, and we can think of what to do next. Thanks.
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Hi Nazar, can you tell me the value of mailnews.send.jsmodule
and mailnews.smtp.jsmodule
of your TB install? To find out, open the Preferences page, search for Config Editor, open it, then search for jsmodule
.
They should both be true, if not, please set them to true and try sending again, thanks.
Reporter | ||
Comment 7•4 years ago
|
||
"mailnews.send.jsmodule" was "false" because there was a regression I had to work around (https://bugzilla.mozilla.org/show_bug.cgi?id=1690957), "mailnews.smtp.jsmodule" is "true".
Setting "mailnews.send.jsmodule" to "true" again fixes the issue.
Assignee | ||
Comment 8•4 years ago
|
||
Thanks. So SmtpService.jsm doesn't work well with nsMsgSend.cpp, I didn't test that much. Will leave this open for a while.
Assignee | ||
Comment 9•4 years ago
|
||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment on attachment 9213514 [details] [diff] [review]
1701864.patch
Looks good as well. r=mkmelin
Updated•4 years ago
|
Comment 11•4 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4ef66f2d7077
Prevent an error when using nsMsgSend.cpp together with SmtpService.jsm. r=mkmelin
Assignee | ||
Comment 12•4 years ago
|
||
Comment on attachment 9213514 [details] [diff] [review]
1701864.patch
[Approval Request Comment]
Regression caused by (bug #): bug 1661694
User impact if declined: When mailnews.send.jsmodule=false
&& mailnews.smtp.jsmodule=true
, an error is shown after sending.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 13•4 years ago
|
||
Comment on attachment 9213514 [details] [diff] [review]
1701864.patch
[Triage Comment]
Approved for beta
Comment 14•4 years ago
|
||
bugherder uplift |
Thunderbird 88.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/fac9799a3cc8
Description
•