Closed
Bug 74465
Opened 25 years ago
Closed 25 years ago
Cannot send mail, "Sending of message failed" error
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
People
(Reporter: mcafee, Assigned: bugzilla)
Details
Cannot send mail, "Sending of message failed" error.
Linux, both debug & opt, opt is a clobber build.
Here's my smtpserver prefs:
user_pref("mail.smtp.defaultserver", "smtp1");
user_pref("mail.smtpserver.smtp1.auth_method", 0);
user_pref("mail.smtpserver.smtp1.hostname", "meer.net");
user_pref("mail.smtpserver.smtp1.try_ssl", 1);
user_pref("mail.smtpserver.smtp1.username", "");
user_pref("mail.smtpservers", "smtp1");
This works with 4.7. I tried setting try_ssl to 0,
same result.
| Reporter | ||
Comment 1•25 years ago
|
||
this started happening over the weekend for me, now I can't send any mail :(
| Assignee | ||
Comment 2•25 years ago
|
||
try to set user_pref("mail.smtpserver.smtp1.try_ssl", 0);
| Reporter | ||
Comment 4•25 years ago
|
||
ducarroz: tried that, see above.
This looks like a dup of kin's bug, thanks kin.
*** This bug has been marked as a duplicate of 74387 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•