Body of the email will not come through in Outlook Express

We had 2 accounts in Outlook Express for several years.  Our accounts are set up exactly the same.  The second ACCT. -the body of the emails will come through.  You cannot compose mail or answering emails.  Nothing has changed.  Is there a solution.  I can't find someone to help with outlook express.

You may have a damaged identity especially if it's the default main identity. File | Identities | Add the new identity. Create a new one and try it. If all goes well, you can import your messages and address book from the old identity and delete it.
 
Note: Do not use the main word in the name of the new identity.

Tags: Windows

Similar Questions

  • Body of the email does not print in Outlook Express

    Body of the email does not print
     
    I had this same question posted under Outlook but was advised to post it under Windows...
    I use windows xp professional outlook express and the body of the email will not be printed.  The printer works well with other programs and the title of the print emails.  I does not matter if I try to print starting from the preview pane, or open the email and try to print from there.  All the settings are the same as they were while he was working.  We use a printer HP Officejet Pro 8500 has.  I have forwarded this email to my son who also uses xp and outlook and print with all the problems.  I made a diagnosis on the printer and it says it's in good working condition.  From now the only way to print an email is to copy in word and print it from there.  Any thoughts?

    Hi mriddle27,

    You can check if the following is useful.

    Method 1: Clear the Auto-select option for encoding.

    a. open the message.

    b. click view in the menu bar.

    c. point to encoding , and then clear the auto-select Option.

    Method 2: You can try to repair Outlook express and see if it helps.

    An Outlook Express basic repair kit

  • Variables will not come through mailer

    I have a php mailer on my site mortgagemaestro.net and variables will not come through when I send the form to any computer but mine. I just get a blank form in my email.
    Here are the two codes

    Thanks for any help

    Stop();

    var b1Load:LoadVars = new LoadVars();
    var receiveLoad: LoadVars = new LoadVars();

    This.B1.onRelease = function() {}
    If (theEmail.text == null | theEmail.text == "" | ") theName.text == null | theName.text == "" | " homePhone.text == null | HomePhone.text =="") {}
    gotoAndStop ("error");
    } else {}
    b1Load.theName = theName.text;
    b1Load.homePhone = homePhone.text;
    b1Load.workPhone = workPhone.text;
    b1Load.theEmail = theEmail.text;
    b1Load.theAddress = theAddress.text;
    b1Load.theCity = theCity.text;
    b1Load.TheState = theState.text;
    b1Load.theZip = theZip.text;
    b1Load.theCall = theCall.text;
    b1Load.sendAndLoad (" http://www.mortgagemaestro.net/lib/phpmailer/email.php", receiveload);
    getURL (" http://l-h1.com/richard_white_lending/destpage/thankyou.php", "_self");
    }

    <? PHP
    require ("Class.PHPMailer.php");

    $mail = new PHPMailer();

    $mail-> IsSMTP(); send via SMTP
    $mail-> host = "mail.mortgagemaestro.net"; SMTP servers
    $mail-> SMTPAuth = true; enable SMTP authentication
    $mail-> Username = "[email protected]"; SMTP Username
    $mail-> password = "32bf1a3"; SMTP password

    $mail-> from = '[email protected] ';
    $mail-> FromName = "drive";
    $mail-> AddAddress ("[email protected]");

    $mail-> object = "Mortgage Maestro lead";
    $mail-> body = "name:"; "
    $mail-> body. = $_POST [theName];
    $mail-> body. = "\nEmail: «;»»
    $mail-> body. = $_POST [theEmail];
    $mail-> body. = ' \nHomePhone: '; "
    $mail-> body. = $_POST [homePhone];
    $mail-> body. = ' \nWorkPhone: '; "
    $mail-> body. = $_POST [as workPhone];
    $mail-> body. = "\nAddress: «;»»
    $mail-> body. = $_POST [theAddress];
    $mail-> body. = ' \nCity: '; "
    $mail-> body. = $_POST [theCity];
    $mail-> body. = "\nState: «;»»
    $mail-> body. = $_POST [the State];
    $mail-> body. = ' \nZip: '; "
    $mail-> body. = $_POST [theZip];
    $mail-> body. = ' \nCall: '; "
    $mail-> body. = $_POST [theCall];

    If (! $mail-> Send())
    {
    echo "Message was sent not < p > ';
    echo "Mailer error:". "." $mail-> ErrorInfo;
    "exit";
    }

    echo "Message was sent;"

    ? >

    OK, here it is incase anyone ever have this problem. I changed all the instance names as theCall and theName to variables. For this change in the area titled var: sort of in the lower right corner of the properties. I also changed the shape of the POST method and made my form a clip called sendWork

    Well here are the scripts.
    I'm still having a problem with my if statements. They stopped working after I changed everything to variables. He would still put me to the error screen that I put in place even when I had all of the information entered.

    I know it's because they are implemented by using the instance names (see above the script), but when I say that everything will work smooth, if all goes well

    Stop();

    This.B1.onRelease = function() {}
    sendWork.loadVariables ("email.php", "POST");
    getURL (" http://l-h1.com/richard_white_lending/destpage/thankyou.php", "_self");
    };

    <>
    require ("Class.PHPMailer.php");

    $mail = new PHPMailer();

    $mail-> IsSMTP(); send via SMTP
    $mail-> host = "mail.mortgagemaestro.net"; SMTP servers
    $mail-> SMTPAuth = true; enable SMTP authentication
    $mail-> Username = "[email protected]"; SMTP Username
    $mail-> password = "32bf1a3"; SMTP password

    $mail-> from = '[email protected] ';
    $mail-> FromName = "drive";
    $mail-> AddAddress ("[email protected]");

    $mail-> subject = "Mortgage Maestro lead";
    $mail-> body = "name:"; "
    $mail-> body. = $_POST [theName];
    $mail-> body. = "\nEmail: «;»»
    $mail-> body. = $_POST [theEmail];
    $mail-> body. = ' \nHomePhone: '; "
    $mail-> body. = $_POST [homePhone];
    $mail-> body. = $_POST [homePhone02];
    $mail-> body. = $_POST [homePhone03];
    $mail-> body. = ' \nWorkPhone: '; "
    $mail-> body. = $_POST [as workPhone];
    $mail-> body. = $_POST [workPhone02];
    $mail-> body. = $_POST [workPhone03];
    $mail-> body. = "\nAddress: «;»»
    $mail-> body. = $_POST [theAddress];
    $mail-> body. = ' \nCity: '; "
    $mail-> body. = $_POST [theCity];
    $mail-> body. = "\nState: «;»»
    $mail-> body. = $_POST [the State];
    $mail-> body. = ' \nZip: '; "
    $mail-> body. = $_POST [theZip];
    $mail-> body. = ' \nCall: '; "
    $mail-> body. = $_POST [theCall];

    if(!$mail->Send())
    {
    echo "Message has not been sent.

    ";
    echo "Mailer error:". "." $mail-> ErrorInfo;
    "exit";
    }

  • Error occurred during the attempt to eject the DVD RW. Eject a door opens, but the tray will not come out.

    I'm afraid that the disc does not fit in the tray correctly taken somehow.

    ... but the ndoes bin move any.

    If you have inserted the paperclick in the hole at (or very close to) 90 degrees you experienced resistance which you then push gently through to open the tray. If any resistance was seen, it is possible that the tray jumped the small gears in plastic which facilitate the opening and closing. If this is the case, you will need to open the housing of the computer and physically remove the replacement drive.
  • My projects and the emails will not save! Help!

    Today, my emails are not saved and are neither my drafts! Help!

    Happy that you guessed it work. If you didn't, and due to the fact that I know almost nothing about Hotmail, I would have sent you here.

    Windows Live Solution Center Hotmail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=1

  • receive incoming emails, 1 em garlic, then 2, then 3rd email will not come in

    When you receive incoming mail, 1st and second emails come in and then 3rd email stops and won' come, all the blocking system

    Hello

    It is always helpful if tell you which e-mail program you use.

    If you are using Windows Mail, login to the Webmail of your Internet access provider with your username / password > see what's in this annoying email to their mail server > and then delete here.

    See you soon

  • my door on the cpu does not open when I press the button and the tray will not come out if I can put my cd. That is what it is?

    my door opens to a cd in. what's up?

    Hello

    Sometimes they get stuck. There is a small hole on the front of the CD drive that you can stick a paper clip that will release him and the reader to open.

    Create a trombone in car Opener
    http://pcsupport.about.com/od/tipstricks/HT/ppdropen.htm

    Open a CD/DVD player with a paper clip.
    http://www.josepino.com/?open_cd-dvd_paperclip

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • I want to print on index cards, 3 x 5, but the card will not pass through HP4350. What printer will do it?

    I tried on our HP 4350, but the rest of the card in the printer and I get a warning from paper jame. We also have a number of other models of HP laserjet here at school. Is there a model that can handle the print on 3 X 5 cards?

    MRHerron,

    The LaserJet 4350 can handle 3 x 5 cards, and I refer you to the Manual:

    http://bizsupport1.Austin.HP.com/BC/docs/support/SupportManual/c00218691/c00218691.PDF

    Please refer to the pgs 44, 50 68-69.

    (1) 20 cards per load

    (2) Tray # 1 only

    (3) custom settings

  • CS4 Extended User: 32 GB of photos of the session will not download through Bridge.  Help!

    Hi people,

    First time poster here.  I am running CS4 Extended on my old Windows 7 PC for one year.

    I did 13 mini sessions over the weekend.  I am a portrait photographer and have had ZERO problems with my CS4 extended last year.  I always upload my photos through the bride (and Adobe Photo Downloader). I adjust them in Adobe Camera Raw, and then open them in Photoshop.  No problems so far.

    I shot 8 of my sessions on a 32 GB card.  Usually, it takes minutes to get the images out of my card.  Now?  It takes DAYS. I realize that 32 GB is a lot trying to download everything at once, so I'm decaying clustered image 100-200 each.  But everytime I try it, my Photo downloader block eventually.  I HAVE to get these images out of my cards as soon as possible!  Help!

    Symptoms:

    (1) the thumbnails ALWAYS take to generate

    (2) when I click on the images to download, they take forever to download (as... hours... for 100 images).

    (3) after an hour or two, the Photo Uploaders no longer works and I have to close the program.

    I tried:

    (1) restart the computer - 6 x without result

    (2) turn off my norton 360

    3) update my Adobe and Photoshop - all software up to date

    WTH is happening?

    Yes, .cr2 files copied directly into your computer is accessible via the Adobe software.

    If you still see slow operation, something may have gone wrong with your system configuration or see

    If this is the case, try to take some photos on a spare card and see if it loads at the speed.

    -Christmas

  • Interface 1130ag WLAN AP will not come to the top?

    Hi all

    For the first time, I installed a 1130ag and I can't bring up the interface without wire/radio?

    I have connected it via http at the moment and have tried to activate the radio via the GUI, but it does not come to the top? (This is normally upward in this way with the year 1200)

    Can anyone suggest anything?

    Thank you very much

    Nathan.

    UK.

    Have you defined a SSID? If you have not the radio will not come to the top.

  • Color Laserjet CP5525 will not come on loan

    Printer will not loan and the error log has 49.2F. E3. From what I could find, this is a firmware error. But how I've updated the firmware if the printer will not come on loan?

    Ended up be the firmware. I had to replace the format because that I couldn't get a ready status to update the firmware. Printer works fine. Thank you

  • Email burst send the report in HTML format in the body of the email

    Hello
    I have Oracle BI Publisher 10.1.3.4.1 (build # 1101) version installed as part of Oracle Business Intelligence.
    I have questions about the email of breaking. Simple observation, I created and I'm bursting it by e-mail. But I want to send the report to HTML format within the body of the email and not as an attachment. I read that it is possible in other versions of the TONE (of BSE) with the help of the burst configuration file. But I can't use this file with my version of BEEP, I can configure bursting life alone SQL query.

    Is there a solution?

    Thank you

    It is a known issue with Outlook Client. Try to open the email with the other guests.

  • I use XP and when I try to open Outlook Express I get this message. "Outlook Express could not be started because MSOE." DLL could not be initialized. Outlook Express is not installed properly

    Last night, everything seemed normal. When I try to open Outlook Express, I get this message. "Outlook express could not be started.  The application could not open message store outlook express.  Your computer may be out of memory or your disk is full.  Contact Microsoft Support for assistance. (0x800700C1, 193) "after this message, the message above was posted. I bought and ran a program called FixCleaner with the same results. I also cleaned my disk and more 66 G remains to use and have a lot of available memory.

    Thank you all for your help, but I gave up and took it to my computer guru and fixed it. He said there where a few old accounts in the computer and registry was messed up and it solved the problem and now it works.

    THANKS again!

  • When I use Hotmail and try to attach a document to send by email, I get a message error that says 'attachment Id has wrong format", and if the message will not be sent.

    The attachment ID has wrong format.

    When I use Hotmail and try to attach a document to send by email, I get a message error that says 'attachment Id has wrong format", and if the message will not be sent.

    I have had absolutely no problem in electronic documents before sending.

    Please help, thanks.

    Hello KerJJ,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • Is it possible in Windows Live Mail to change the settings for the images remain in the body of the email, not in a slide show?

    change how I get pictures on incoming emails

    Most, but not all emails that I receive that contains images come as 'slide show', and where the image should be, there is a blank box with a red x.  Is it possible in Windows Live Mail to change the settings for the images remain in the body of the email, not in a slide show?

    I know that they are sent correctly, because I send on my iPod and the photos are where they should be.

    I have Windows 7 and I hope you can help me.

    Thank you

    Hello

    ·         What browser do you use?

    ·         What happens when you click on the slideshow of the photo? The photos are displayed when you click the slide show?

    If you use Internet Explorer, then I would suggest that you follow the instructions in the link and check if this can help:

    http://support.Microsoft.com/kb/283807

    If operations since the link above does not help then I suggest that you post your query on the Windows Live forum for assistance:

    http://windowslivehelp.com/product.aspx?ProductID=15

Maybe you are looking for

  • tools options appear in a separate tab suddenly; I want him in a box as before; about: config I have no preference inContent browser

    Suddenly firefox began to automatically open the unbroken tabs. I had to shut down the computer. After you restart firefox, thetools/options began to open in a separate tab and not in a box as before. I tried to follow your instructions, but seen tha

  • Make a zoom + setting line

    Is it possible to get lines of text adjusted after a zoom before (Firefox for Mobile)?I can't do it now, then text lines exceed the width of the screen and it is very difficult to read.

  • Popup virus in Safari - scam?

    I got a popup in Safari which said I had a virus that could cause the failure of the system. and call Apple at 1-855-408-5105.  is this legitimate or a scam?

  • Error scan on terminal WYSE with Xenapp 6.5

    We will evaluate the Remote Scan software in a Citrix Xenapp 6.5 with WYSE Z90DE7 Dell environment terminals The terminal has been installed with the SW server and Xenapps server has received the customer. Since the server in Irfan (paint program), I

  • process of fine thread

    package mypackage; public class CheckThread extends Thread { private Observer _observer; public CheckThread(Observer observer) { super(); _observer = observer; } private void observerStatusUpdate(int status, String statusString) { _observer.processSt