Closed Bug 11350 Opened 25 years ago Closed 25 years ago

Multiple identities and multiple account prefs prevent sending message

Categories

(MailNews Core :: Backend, defect, P1)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: ppandit, Assigned: alecf)

Details

(Whiteboard: [PR1])

Attachments

(2 files)

Using release and debug builds from 8/4/99
Have seen this problem for some time (see bug 9707)
When configured to use multiple identities, I cannot send a message.
After pressing SEND, a few seconds later, the compose returns returns with
all fields filled in.

My prefs50.js file contains multiple accounts and multiple identities.
I have enclosed boths prefs50.js files (the one that works and the one that does
not). The only difference is the following line:

user_pref("mail.account.account0.identities", "id1");
user_pref("mail.account.account0.server", "server0");
user_pref("mail.account.account1.identities", "id1");
user_pref("mail.account.account1.server", "server1");
user_pref("mail.account.account2.identities", "id1");  <===========correct
user_pref("mail.account.account2.server", "server2");
user_pref("mail.account.account3.identities", "id1");
user_pref("mail.account.account3.server", "server3");

user_pref("mail.account.account2.identities", "id2");  <===========incorrect
Attached file incorrect version
QA Contact: lchiang → nbaca
Ninoschka - have you ever seen anything like this before?
I've tried a number of scenarios using multiple accounts with 1id and 2ids. They
all worked. I will talk with Par to try and duplicate his findings.
What Par reports I have seen in the past on my system and Esther's system. We
tried duplicating Par's results on Esther's system today but there is a general
problem with the Send button where the compose window doesn't close all the time
and therefore doesn't send the message. Once this general Send issue is fixed
then I will try and duplicate Par's problem.
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M10
Whiteboard: [PR1]
This needs to be fixed by PR1 - changed Status Whiteboard to reflect this
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
It's a user error...look at these two lines:

user_pref("mail.identity.id2.smtp_name", "nsmail-2");
user_pref("mail.identity.id2.smtp_server", "ppandit");

you're saying that the SERVER is ppandit, and your username is "nsmail-2"
Status: RESOLVED → VERIFIED
VERIFIED as INVALID
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: