Closed Bug 4561 Opened 26 years ago Closed 26 years ago

[blocker] Clicking the Send button in Compose doesn't send the message

Categories

(MailNews Core :: Backend, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: esther, Assigned: bugzilla)

Details

RE: Seamonkey win32 April 5 build (99040509) Hardware: Description: Clicking Send in the Compose window doesn't send, not sure if this is part of the bug 4560 re: Closing the Compose window locks up system Steps: 1. Run apprunner.exe 2. Select Messenger from the Tasks menu 3. Click the New Msg button to open the Compose window 4. Fill in the To: field and Subject. Add some text to body 5. Click the Send button (don't close the Compose window because bug 4560 will cause windows to lock up and you won't be able to continue). 6. Switch to the 3-pane view and click Get Msg 7. No msg is received.
Would this be an mscott bug?
Is this a Linux or a Win32 bug? Or all platforms?
Assignee: phil → ducarroz
Hardware: Other → All
Target Milestone: M5
Sending mail must work for M5.
just a data point: send mail on linux is working for me today. (april 27, 1999). a comment: make sure your prefs50.js is set up correctly. I think I've had problems send mail in the past when prefs50.js was empty, bogus, or incorrect. check again, I bet this works on windows & Linux
Status: NEW → ASSIGNED
I have checked in a lot of modification in message composition today, message send works on mac and windows for me, and seems to work on Unix too.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Using Seamonkey build 4/27 on linux and Win32 Send works now. Verified.
Status: VERIFIED → REOPENED
Reopening Bug since this is almost an exact duplicate of what happened on 7/16 builds today. On all 3 platforms (build 1999071608)...the Send button has no effect. Use the same steps as indicated in this bug...the only difference is that closing the window does not lock up apprunner. So the 2 problems associated with this are: 1. the compose window does not close upon clicking send button 2. no message is actually sent (i checked for new messages after clicking send a few times.)
Status: REOPENED → ASSIGNED
Resolution: FIXED → ---
Target Milestone: M5 → M9
Severity: major → blocker
OS: Linux → All
Summary: Clicking the Send button in Compose doesn't send the message → [blocker] Clicking the Send button in Compose doesn't send the message
This is a blocker for us because we need to be able to send for our testing :-)
For some reason I have found yet, all the toolbar buttons of the compose message window don't work anymore. No more Send, no more Addressbook! Unfortunately, as the menu item Send isn't correctly hooked, you cannot use the menu for sending the a message. But, good news, the send itself works fine. Until I found the problem with the toolbar, change the following line in messengercompose.xul and you will be able to send message through the menu item File/Send Now: replace line 48 <!ENTITY sendNowCmd.label ".Send Now"> by <!ENTITY sendNowCmd.label "Send Now"> and replace line 143 <menuitem name="&sendNowCmd.label;" cmd="nsCmd:ComposeSend"/> by <menuitem name="&sendNowCmd.label;" onclick="SendMessage()"/>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
I found the problem: the action handler in the xul file was written with a capital letter: "onClick". Now, only "onclick" is recognized. I did a seach in the whole tree, I was the only one using the wrong one!
Linux (1999-07-16-08 m9) In addition to this problem, when I do a Reply to a message, I am unable to send it.
Status: RESOLVED → VERIFIED
Linux (1999-080408 M9) and Win_nt 4.0 (1999-080408 M9) This problem has been fixed. Mac (1999-080408 M9) Cannot send, refer to bug 10797.
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.