simple able to receive e-mails, & replay most of the e-mails, but not able to send emails. Don't respond to simple forward, clear instructions, no technique mutilated * answers please.

simple emails sent not able to do.

simple emails sent not able to do.

  1. Who is your provider of mail service?
  2. What email client are you using (program/application you start to send and receive e-mail)?
  3. How to configure the mail client (where you got the instructions how to set it up)?
  4. You get errors when you try to SEND a new e-mail message (since you say that you can respond to most emails) and if so - what are they (verbatim)?

Tags: Windows

Similar Questions

  • Why can I receive e-mail but not create or respond to them after installation of microsoft security essentials.

    I got a message saying that outlook express must be reconfigured.

    In OE go to file | Identities and setup a new identity.  Add your email account and see if it works very well.  If so, then go to file | Import | Messages to bring them from the old identity.  In security essentials go to settings and disable the file as dbx type analysis.

    Steve

  • Why erase history browse (all) does not erase most of the web sites, but not all?

    Using Windows 7, when I erase all history there are sites that are not affected and remain behind. How indeed erase EVERYTHING? Thanks for your reply.

    Problems with bookmarks and history does not properly can be caused by a corrupted database places.sqlite file.

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

  • I can receive messages from my outlook, but I can't send emails

    I can receive messages from my outlook, but I can't send emails, when I tested the settings I get the full mail but to get out the mail that I get this massage (send a test e-mail message: your server for outgoing (SMTP) mail reported an internal error.) If you continue to receive this message, contact your server administrator or the ISP (ISP).  The server responded: rblsmtpd: 41.206.24.244 pid 72664:451 http://www.spam). my ISP does not use a secure password authentication (SPA).
    How can I solve this problem

    Ring your ISP and see if theyre of the probs

  • BlackBerry Smartphones be able to send emails

    My bbm and facebook work, but I can't send emails. I was able to receive simply not send them. Anyone know why or how to remedy?

    Hello and welcome to the community!

    I suggest the following, in order, even if they seem redundant to what you have already tried (steps 1 and 2, each should result in a message to your BB to come...) Please wait for this before moving on to the next step):

    (1) registry HRT

    • KB00510 How to register a BlackBerry smartphone with wireless network

    (2) remove and return Service directories

    • KB05000 Remove the maintenance book for the BlackBerry Internet Service email account in the BlackBerry smartphone
    • KB02830 Send the directories for the BlackBerry Internet Service

    (3) restart to take batt

    • Each time a random strange behavior or slow creeps, the first thing to do is a battery pop reboot. With power ON, remove the hood back and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    I hope that will move things again for you! If not, then you should try remove and re-add your BIS lines for these accounts.

  • Apple Watch: can I receive all messages from whatsapp on my Apple Watch, but not the Group whatsapp messages, don't know why... Help, please. Besides, my watch is custom in Spanish, but only answer messages Whatsapp understands English... someone kn

    I can receive all messages from whatsapp on my Apple Watch, but not the Group whatsapp messages, don't know why... Help, please.

    Besides, my watch is custom in Spanish, but only answer messages Whatsapp understands English... anyone know why? Thanks to you all!

    Hello

    To change the language for a response on your watch: Press answer > firmly press the screen > press on choose language > select Spanish.

  • Why can I open yahoo mail but not Inbox to open? wrong security settings?

    Have re-installed XP - all * broke loose. and I installed XP literally hundreds of times. When I try to use IE8 to get yahoo mail, only the site opens, but not the Inbox. At redefining the security settings again. However: Mail works fine in Firefox; no problems. Clues?

    Hi Ronald,.

    Welcome to the Microsoft Community and thanks for posting the question.

    According to the description, you can not open the Yahoo mail inbox.

    This problem may occur if cookies or temporary files are not deleted.

    Please contact the support mail from Yahoo for assistance.

    Yahoo mail support

    Meet us if you encounter any other Windows problem, and we would be happy to help you.

    Good day!

    Hope this information helps.

  • Windows mail. I can't send emails that have pictures. The blue bar times out until it reaches the end.

    I have the windows mail. I can't send emails that have pictures. The blue bar times out until it reaches the end.

    What is the size of all photos of the handset?
     
    Please post any error message in its entirety. You can left click on it to highlight then right click to copy and then paste in this thread.
     
  • Help. I have an aol email account and that can receive messages, but I can't send email.

    Help. I have an aol email account and that can receive messages, but I can't send email.  I get the message 'the host "SMPT. '. AOL. COM' is not found. Check that you have entered the server name correctly. "What can I do to fix this?  I am a beginner to learn how to change emails, etc..

    Thank you.

    «The host "SMPT.» AOL. COM' is not found. What can I do to fix this?

    SMPT SMTP change in your account settings.

  • Direct mail does not accept or send anything

    Original title: my direct mail is bad to behave.

    The address of the main account does not accept or send anything, it says wrong password, but the secondary account has no problem. I put the same password for both.

    Windows Live Mail is supported in this forum
    http://answers.Microsoft.com/en-us/windowslive/Forum/LIVEmail?tab=all

  • I want to get only year sysdate with my name of the defined column. but not able to get it.

    I want to get only year sysdate with my name of the defined column. but not able to get it.

    SQL > select to_char (sysdate, 'yyyy') as 'mahesh tyagi' from dual;

    Mahé

    ----

    2015

    SQL > select to_char (sysdate, 'yy') as 'Manu' from dual;

    my

    --

    15

    So I couldn't do 'Manu' or "mahesh tyagi" as the column name.

    The column name is "mahesh tyagi" is simply displayed it shortened to sqlplus due to the known values in the column length.

    create table year_test select to_char (sysdate, 'yyyy') "mahesh tyagi" double;

    year_test / / DESC

    You can change the way sqlplus displays the header of column with something like

    column "mahesh tyagi" format a15

  • Probably a stupid question about sending electronic mail but not be received (or sent)

    Hello

    I try to send an email from my BB. I use this code below...

    Message msg = new Message();

    try {}
    String emailAddress = "[email protected]";
    msg.addRecipient (Message.RecipientType.TO, new address (emailAddress, emailAddress));
                        
    String fromAddress = properties.fetch () .getFromEmailAddress ();
    If (fromAddress.length () > 0) {}
    msg.setFrom (new address (fromAddress, fromAddress));
    }
                        
    If (properties.fetch () .isCopyEmailToSelf ()) {}
    If (fromAddress.length () == 0) {}
                                
    Returns false;
    } else {}
    msg.addRecipient (Message.RecipientType.BCC, new address (fromAddress, fromAddress));
    }
    }
                        
    msg.setSubject ("Testing");
                        
    content
    String content = "some test string";
                        
    msg.setContent (content);
                        
    Transport.Send (MSG);
    } catch (AddressException e) {}
                        
    Returns false;
    } catch (MessagingException e) {}
    Returns false;
    }

    I followed the tutorials in the knowledge base. I want users of my application to be able to configure the address and I don't want to save a copy of the email to any folder/email address on the phone.

    I'm currently debugging the code and it does throw an exception, and it is correctly signed. However, I get e-mails in the e-mail account 'to' or 'to' if account I have configured the application to bcc a copy for the account.

    Do I need to configure the appliance to send emails? I don't want to use any account e-mail on the device.

    Thank you

    SArah

    "can be sent to programtically without going through an email account set up on the phone?

    There is no API that I'm aware of that will support this.

    "When you say"works"he throws any exceptions, but it sends no emails no more"

    Doing so on the Simulator, not the end of the email to the top in the list of Messages.  The Simulator will attempt to send it and then, since you don't have the ESS work, give up.

    "If the user must create an account on the phone, do I need to modify the code to use it.

    As mentioned, I don't think that this code works without an account on the phone, so I think that this question is moot.

    "If you use the e-mail account on the device how is, you can define an address «of» the message?

    I don't think you can define an address.

    "you have more than one e-mail account on a device?

    Yes.

    You might find these links useful:

    http://supportforums.BlackBerry.com/T5/Java-development/sending-email-messages/Ta-p/442790

    http://supportforums.BlackBerry.com/T5/Java-development/retrieve-the-default-email-address-for-the-d...

    http://supportforums.BlackBerry.com/T5/Java-development/send-a-message-from-a-non-default-email-addr...

    Do a search too, I'm sure you'll find other useful things.

  • Outlook Express 6 problem - the Outbox can receive mail but not send Ox800CCC79 error message

    Can receive messages but not send error message Ox800CCC79

    This account has already worked? The error message indicates that you are either using Promail and attempts to send via another server, or by using another server and trying to send via Promail. Whatever it is, the error 550 is a refusal to relay messages.
     
     
     
  • Not able to send emails without them going in my Outbox

    The e-mails I am trying to send automatically in my Outbox and I have to click "Send and receive", pass by and then remove them from my Outbox or they will be transmitted again.  My incoming mail is fine... I checked with my service and all my incoming and outgoing addresses are correct... I use Microsoft Outlook Express 2006.

    And now, I know the answer. You have corruption of dbx files.

    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.

    Compact often as specified above.

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

  • I get an error message saying that the mail was not sent when sending a PDF file in Outlook Express.

    Outlook Express 6

    Hello
    Recently, if I send a big PDF file via outlook, after attempting to send the files, I get an error message saying that the mail has not been sent. The files remain in the Outbox, but when I check with the recipient, they confirm that they have received the mail! This has only recently begun to happen. Any suggestions? Thank you

    Check: File | Work offline and in: reviews | Layout: uncheck the preview pane. Open the Outbox and delete the message.
     
    If that does not create a new box of sent, and sent items.
     
     
    Follow these steps for the Outbox and sent items after you move the messages you want to save to a local folder that you create.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, the files of user OE (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.
     
    With OE closed, find the Outbox.dbx and Sent Items.dbx file and remove them. New files will be created automatically when you open OE.
     

Maybe you are looking for