Replying to a sender

At times, when I reply to an email sent by somebody, the transmission fails, and I get a box saying, "Cannot send message using the server ...........(my server path), Sending the message content to the server failed. I click "try later" and the message stays in my outbox. Then, if I delete the address of the recipeint (that had initially been a "reply to" address and type it in anew, it will send without a problem. I use earthlink, incoming server is pop.earthlink.net, and outgoing is smtpauth.earthlink.net. I use Mac OS X Leopard on my Imac. thanks in advance.

Here we go. The problem is how the sender replied to a message then sent to you. He/she inserted the reply above the quoted text, and added a sig delimiter '-- '.
When you reply to the message you received, TB treats everything below the sig delimiter as signature, and cuts it off. This is the intended behavior.
http://email.about.com/od/emailsignaturenetiquette/qt/Use_the_Standard_Email_Signature_Delimiter.htm
So ideally the reply should be inserted below the quoted text. Since this is beyond your control, use 'Forward' instead of 'Reply' as a workaround.
You'll then need to add the recipients manually in the 'To' field.

Similar Messages

  • How to send reply to the sender  of a multicast messg

    Hii all,
    I have a problem in sending reply to the sender of a multicast message. My problem is that, a process sends a request to all the peer processes in a multicast group and the receivers have to send a reply to this request and the reply should be sent only to the sender of the multicast message. It would be of great help for me to get a solution for this.
    Thank you,
    regards,
    DIvya

    The incoming datagram contains its originating address.

  • HT3529 I receive messages on my iPad, but I cannot send a reply. The send button will not respond to my touch.

    I receive messages on my iPad, but I cannot send a reply. The send button will not respond to my touch.

    It's not that you can't use the subject field, but it is very unreliable when I try to use it. Sometimes the message send button will work and sometimes it won't.
    But the biggest reason to turn it off is so that you do not accidentally type your message in the subject field. You can type a subject in that field, but you still have to type the actual message in the space below the subject field.

  • Thunderbird can reply but not send new mail!!!

    I'm experienced thunderbird and computer user, baffled by this.
    I created a new account at my website host for email.
    It receives fine, it REPLIES fine, it hangs on send.
    100% repeatable.
    On send, it appears to send then hang on copy to sent folder step.
    My sent folder is a nested folder Inbox/sent, because my website hosts just thinks thats the way it should be. I have no reason to think that is related except its different than my other accounts.
    I can manually copy to sent folder fine. Have varied the setting for save files to in the account, with no effect.
    I have settings to leave message in same folder on replies, so suspect it cant copy to sent,
    even though it has no other similar issues.
    Once it hangs, the mail sub-window is dead. It wont send it again, closing it makes a warning dialog.
    So, I assume this is some weird interaction with my mail host, but I have no way to diagnose further.
    It baffles me why it would make a difference if its a reply or a new email.
    Webmail host is inmotionhosting.com
    Thanks for any pointers.

    That "change" tells Thunderbird that your imap server is strange in that the special folders hang off the inbox on the server. ie inbox\send, inbox\drafts etc. The root of the folder in "inbox." not the more common " " this is what you replaced with inbox.
    What is generally simply not considered is that the mail server runs IMAP server software. This is not a single IMAP program. Like word processors there are multiple "brands" and each one has it's own setup and its own strengths. So when writing a program that connects to an imap server there needs to be setting to cope with all the possibilities. You have just changed your settings to cope with the possibility that the people setting up the server decided the personal namespace was inbox.
    BTW I think you will find the messages were going out. The SMTP sending process is separate to the saving of the mail to the sent folder.

  • Mail Reply has no SEND button.

    Several month ago the Reply function in Mail stopped providing a window with the SEND button in the top border. New work as it should. So the only way to Reply to another email was to close the response and select Save into drafts. Then go to drafts and open the saved file. This time when the message came up it displayed a SEND button in the top border. Clicking on this button would send the message. I've done a couple of minor OS updates since this behavior first appeared but the defect has remained. Does anyone know what is happening and how it can be resolved?
    Thanks

    is there no toolbar at all in the reply window? if so just click on the little oval in the upper right corner of the reply window. if the toolbar is there but the send button is missing, control-click on the toolbar and select "customize toolbar...". drag the "send" button from the resulting pulldown to the toolbar and click "done".

  • No reply got while sending a message

    Environment: SCO Unixware 7.1.1, Tuxedo 6.5, Windows 98(client)
    While the client sends a message(photo) which size is near to or over 16K Bytes,
    to the server, the client gets no reply. Seems the server can not get the request.
    Does anybody know the reason.
    Thanks in advance,
    George

    "George" <[email protected]> wrote:
    >
    Marcin Kasperski <[email protected]> wrote:
    "George" <[email protected]> writes:
    Environment: SCO Unixware 7.1.1, Tuxedo 6.5, Windows 98(client)
    While the client sends a message(photo) which size is near to or
    over 16K Bytes, to the server, the client gets no reply. Seems the
    server can not get the request. Does anybody know the reason.No space in queues?
    Check the ULOG* file. Sometimes it happen that Tuxedo throws the
    message away (for me it was more troublesome when the server
    succesfully processed the message but Tuxedo was unable to send it
    back, leaving the client waiting forever on tpcall).Thanks, Marcin. But in my case, the server seems receive no request(no
    information
    in the ULOG*), and the client waits forever on tpcall. Do you have any
    further
    idea in this case.
    Thanks,
    GeorgeGeorge,
    I would try the following troubleshooting steps:
    1) On the server, go into "tmadmin" and do a "pclt" to make
    sure the client is getting connected.
    2) On the Win98 box, do a "set TMTRACE=on" before starting the app.
    This will place trace messages in the ULOG. You can see
    when a "tpcall" is executed and what arguments are passed.
    3) You can find Ethereal, a freeware packet sniffer at
    www.ethereal.com. You can see if the request is even leaving
    the Win98 box and making it onto the network and to the server.
    4) If the request is making it to the server, shutdown all your
    servers, do a "export TMTRACE=on", and restart the servers.
    This will place debug messages in the ULOG on the server.
    You should be able to see any ATMI calls that are made.
    5) Attach to the server with a debugger and set a breakpoint
    in "msgrcv". This is the Unix system function call
    that gets a message from a queue. If it never gets called, then
    your message is not reaching the server's queue.
    If it does get called, set a breakpoint in your service routine
    and continue stepping through code.
    6) You can also go into "tmadmin" and do a "pq" to see if there
    is a request in the server's queue.
    Hope that helps,
    David

  • MQ Request - Reply : can not send reply message

    Hi,
    I have two MQs defined REQUEST_MQ_NAME.RQT and REPLY_MQ_NAME.RPY.
    I am trying to use : Get Message from MQ and Send Reply/Reports - Synchronous
    I am able to recieve the message from request MQ but while sending the reply I get this error on the EM console.
    Error Message:
    Fault ID     service:451394
    Fault Time     Apr 14, 2010 3:43:02 PM
    Non Recoverable System Fault :
    *BINDING.JCA-13044 A webSphere MQ Error occurrred[while putting the message]. A webSphere MQ Error occurrred[while putting the message]. A webSphere MQ Error occurrred while putting the message in Queue: "REPLY_MQ_NAME.RPY ". Please make sure that the Queue is Put enabled, not full, message do not exceeds maximum message length and QueueManger is up and running.*
    I checked .. Queue is empty , message is a few characters and the QueueManager is up and running
    I am using the latest Jdeveloper (Studio Edition Version 11.1.1.2.0)
    Please help
    Thanks,
    Praveen
    Edited by: Praveen636546 on Apr 15, 2010 12:06 PM

    I checked the Queue and was successful in putting messages through a MQExplorer.
    I see this in the log:
    [NOTIFICATION] [] [oracle.soa.adapter] [QueueProcessor] Translating Message.
    [NOTIFICATION] [] [oracle.soa.adapter][QueueProcessor] Message translated successfully. ok.
    [NOTIFICATION] [] [oracle.soa.adapter][QueueProcessor] Message published. ok. with time [253 msec].
    [NOTIFICATION] [] [oracle.soa.adapter][MessageProduce] Starting Outbound Produce.
    *[NOTIFICATION] [] [oracle.soa.adapter][MQOutboundDOMHeader] Header Node is NULL*
    [NOTIFICATION] [] [oracle.soa.adapter][MessageProduce] Enabling SyncPoints For XA Transaction.
    [NOTIFICATION] [] [oracle.soa.adapter][MessageProducer] Throwing PCXARetriableResourceException
    *[ERROR] [] [oracle.soa.adapter][MessageProducer] Error while putting message in REPLY_MQ_NAME.RPY Throwing retriable exception.*
    I also saw this in .out file
    <Error> <oracle.soa.adapter> <BEA-000000> <MQSeriesAdapter MyMQProcess
    java.lang.NumberFormatException: For input string: "null"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:499)
    at oracle.tip.adapter.mq.header.MQHeader.getMessageTypeAsInt(MQHeader.java:772)
    at oracle.tip.adapter.mq.header.MQOutboundHeader.setHeaderValuesInMQMD(MQOutboundHeader.java:271)
    at oracle.tip.adapter.mq.outbound.MessageProducer.setMessageProperties(MessageProducer.java:839)
    at oracle.tip.adapter.mq.outbound.MessageProducer.produce(MessageProducer.java:321)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.sendReply(QueueProcessor.java:1157)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.publishMessage(QueueProcessor.java:842)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.publishContent(QueueProcessor.java:1016)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.run(QueueProcessor.java:259)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:3)
    I am not able to figure out why the Header Node is NULL
    Please help
    Thanks,
    Praveen

  • There is no toolbar coming up when replying to or sending mail so unable to click on SEND

    Unable to send or reply to emails. the WRITE box comes up but there is no option to SEND, SAVE or do anything with the mail after it has been written.

    http://thunderbirdtweaks.blogspot.com.au/2012/02/hidden-lost-menu-and-toolbar.html

  • Unable to use SEND or REPLY button to send emails

    I am able to recieve emails fine. For some reason trying to send emails suddenly just stopped. I get no time outs or authenification errors but when I hit send or reply button, nothing happens. Please help.

    The problem could be caused by some Launch Services cache or preferences corruption. The following article describes how to manually reset Launch Services -- the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, this other article provides links to some utilities that can be used for troubleshooting and cache cleaning:
    Resolving Disk, Permission, and Cache Corruption
    It seems that the most appropriate utility for solving this particular problem is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Click Maintenance. In the Reset section, check LaunchServices database.
    4. You may uncheck any other pre-checked options if you wish.
    5. Click the Execute button.
    6. Restart the computer.

  • 4s hotmail outgoing or reply does not send???

    A Red shows up in the outgoing mail screen. When clicked it states this;
    Cannot send mail user name or password incorrect for smtp.(my main email)@[email protected]" is incorrect. The same for my alternate email under the same hotmail.com password.
    I receive emails No Problem. I am using the same password as my login for hotmail.com. I already followed instructions on apples mail set up. No Fix!
    Why am i not able to send and reply to emails from these accounts???
    Thanks

    Cancel help request. Problem solved. Deleted mail accounts and reentered them. By doing so it must have reset the mail program. Thanks anyway.
       WHEN IS APPLE GOING TO SET UP A PASSWORD PROTECT FEATURE FOR ONLY EMAILS?????

  • Email reply- Choice of sending with or without body of message

    Want to start out with...great phone....have had it for 4 months and never had an issue....
    Just want to know how to reply to an email and have the choice of whether to send it with the body of the message or not...when i was just using for personal email it did not matter, but now i have added my work email and i would like to have the choice.
    Thanks

    Hello BacknBlack,
    Welcome to the BlackBerry Support Community.
    Thank you for your question on replying to email with or without the body of the email message on your BlackBerry Z10 smartphone.
    Currently the message body will always be included when replying to email. Any content from the original listed thread would need to be manually deleted.
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Can't reply to Email ( Send option dissappears )

    I just upgraded a customers phone from an 8700g to an 8310. Anyhow, he can send email if he composes it himself, but he can not directly reply to any emails. When he selects reply and then composes and tries to send the send option is not available. Instead he has to select the person is he going to email and select email to address from the options menu. In which case, is not a direct reply. Any help is much appreciated.

    I am having the same issue.  Did anyone get back to you or anyone have resolution? Thanks.

  • TS3899 Cannot reply mail -- cannot  Send pictures to e-mail

    Hello, Cannot reply to my e-mails and cannot send pictures to e-mail?

    It's not an SMS, but if you select Multimedia Message rather than text message when you are creating a new text to send to an email address, it will send---at least it works that way on my phone.  Good luck!

  • If you don't get the 'Replied' arrow after sending?

    Does it mean there was a problem sending the email, if the grey, curved arrow doesn't appear next to the message you are replying to (even if the email then appears in your Sent folder)?
    Message was edited by: Steve P.

    I posted this in response to another matter: [*Little reply icon has stopped showing replies*|http://discussions.apple.com/message.jspa?messageID=11051794#11051794| Little reply icon has stopped showing replies]
    but think this is more likely to be my problem. \[NB: using Mail 3.6 (936) \]
    If I use the Reply button(s), compose the message and then Send it, the Reply is correctly linked to the original email with the 'little reply (arrow) icon'. I can later click on this icon to directly open its Reply.
    If however I Save the Reply (to Drafts) and later resume editing before Sending it, this thread linkage is (irritatingly) not made.
    It doesn't seem to matter whether I close the Reply composition window or not, Saving it still loses the linkage between the original email and the reply.
    As a result it becomes much more difficult to link up reply threads.
    This seems to have been a problem with various versions of Mail from at least OSX 10.5.6

  • Tapping view new message directly takes me to reply the message sender

    Hi All
    I recently upgraded my Iphone 3GS to IOS 4.1.
    When I try to read a new SMS by unlocking the phone, I see the SMS is ready to reply.
    I remember before the IOS upgrade it use to just show me SMS.
    Is it just me?

    I've got exactly the same problem - since upgrading to the new version. Messages appear with a D, but I've checked and they aren't, and the same thing is happening to people sending me messages. It only happens with international contacts though and it's driving me absolutely nuts!

Maybe you are looking for