Outlook 2013 sending email using template not working properly...

I've created several email templates by doing the following:
open new message
add some tekst in the body
save as > oft file
Now when I open such oft file I add some modifications in the body text and send the message. However, the send item does not contain the modifications I just made, only the text that was included in the template.
We're using Outlook 2013 SP1 (with all microsoft updates installed) with Exchange 2013 SP1 standalone server. Is this a Outlook or Exchange issue and how can I resolve this?
Thnx Remco

Hi Remco,
Please also try to start Outlook in safe mode and test again to check if this issue continues. To start Outlook in safe mode, press Windows key + R to open the Run command, type
outlook /safe and press Enter.
If problem continues in Outlook safe mode, please try creating a new mail profile and reconfigure your email account, then creating a .oft template to test this issue again. For your convenience:
http://office.microsoft.com/en-in/outlook-help/create-an-outlook-profile-HA102749460.aspx
Please let me know the result.
Regards,
Steve Fan
Forum Support
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please click
here

Similar Messages

  • Send email with CSS not working

    I am trying to send email using the below function. On the email it comes without CSS.Can anybody please help meFunction sendEmail
    Param([string] $Body)
    $smtpServer = "mailhost.lsg"
    $smtpFrom = "[email protected]"
    $smtpTo = "[email protected]"
    $messageSubject = "Monitoring Domain Replication & Health issues"
    $message = New-Object System.Net.Mail.MailMessage $smtpfrom, $smtpto
    $message.Subject = $messageSubject
    $message.IsBodyHTML = $true
    $message.Body = (Get-Content c:\temp\html.html | Out-String)
    $smtp = New-Object Net.Mail.SmtpClient($smtpServer)
    $smtp.Send($message)
    } # End function SendEmail
    $workfile = repadmin.exe /showrepl * /csv
    $results = ConvertFrom-Csv -InputObject $workfile
    $results = $results | select "Source DSA", "Naming Context", "Destination DSA" ,"Number of Failures", "Last Failure Time", "Last Success Time","Last Failure Status" | ConvertTo-Html -CssUri c:\temp\style.css
    $results | out-file "c:\temp\asif.html"
    $style='<style type="text/css">
    #Header{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;width:100%;border-collapse:collapse;}
    #Header td, #Header th {font-size:14px;border:1px solid #98bf21;padding:3px 7px 2px 7px;}
    #Header th {font-size:14px;text-align:left;padding-top:5px;padding-bottom:4px;background-color:#A7C942;color:#fff;}
    #Header tr.alt td {color:#000;background-color:#EAF2D3;}
    </Style>'
    $body= $style + $results
    $body | Out-File c:\temp\html.html
    sendEmail $body

    Hi asif,
    Please try this:
    $body= $style + $results
    $body | Out-File c:\temp\html.html
    $body1= (Get-Content c:\temp\html.html) | out-string
    sendEmail $body1
    If I have any misunderstanding, please let me know.
    Best Regards,
    Anna

  • Dynamic resizing in JDialog using setSize not working properly on solaris

    can anyone help..
    Dynamic resizing in JDialog using setSize is not working properly on solaris, its work fine on windows.
    i have set Jdialog size to setSize(768,364),
    when i dynamically resizing it to setSize(768,575); it doesn't get change but when i move dialog using mouse it gets refreshed.
    this problem is only happening on solaris not on windows.

    Hi,
    It's only an approach but try a call of validate() or repaint() after re-setting the size of your dialog.
    Cheers, Mathias

  • Change Password on first use does not work properly.

    I have created apex application user in Oracle Apex 3.2 as follows
    BEGIN
    APEX_UTIL.CREATE_USER(
    p_user_name => 'NEWUSER1',
    p_web_password => 'secret99');
    END;
    As in the documentation
    p_change_password_on_first_use  IN      VARCHAR2    DEFAULT 'Y',
    User should be prompted to change password at first use. But it does not work properly. There is no such message. Still accepts user to log in with old passord that was first given to the user. I have tried explicitly to ensure change password at first log in. by
    BEGIN
    APEX_UTIL.CREATE_USER(
    p_user_name => 'NEWUSER1',
    p_web_password => 'secret99',
    p_change_password_on_first_use =>'Y');
    END;
    Still does not work. How can I ensure user to change password on first login.
    Hasan Al Mamun
    Programmer
    Bangladesh Bank
    Dhaka, Bangladesh

    Might be a long way around the problem but I would utilize a boolean flag in a column (FIRST_LOGIN) your custom auth table set to 'Y' when you create their account. Then on the login page have a page process something like:
    ** NOT TESTED **
    declare
    v_first VARCHAR2(10;
    v_session NUMBER;
    begin
    v_session := APEX_CUSTOM_AUTH.GET_NEXT_SESSION_ID;
    select FIRST_LOGIN into v_first from AUTH_TABLE where user_name = :P101_USERNAME and :P101_PASSWORD;
    if v_first = 'Y' then
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v_session,
    P_FLOW_PAGE => :APP_ID||':2' *** THIS IS YOUR PAGE TO HAVE THEM RESET THEIR PASSWORD ***
    else
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v_session,
    P_FLOW_PAGE => :APP_ID||':1' *** MAIN LOGIN PAGE *****
    EXCEPTION WHEN OTHERS THEN
    *** handled **
    end;
    The page 2 in this example would have an few items for them to enter their new password twice, a page process to update their password in the auth table and then redirect them to the intended first page.
    Not sure if it meets your setup.
    Ricker

  • Outlook 2010 "Send Plain text only" not working for individual contacts

    We have a Outlook 2010/Exchange 2007 environment
    If you go to Outlook Properties of a contact and change from "Let Outlook decide the best sending format" to "Send Plain text only", it is supposed to force Outlook to send a Plain text
    email
    to that contact. 
    But it is still sending HTML.  This is happening with any contact I try this with.
    While composing the email I can change it to Plain text manually and that works fine.
    Not sure what gives...

    Hi,
    I recommend that you check the global remote domain setting if set to send plain text.
    If not , the remote domain setting will override the change of the contact's properties when sending email out. 
    More details refer to the following article:
    http://technet.microsoft.com/en-us/library/bb232174(v=exchg.141).aspx
    Remote domain settings   Remote domains define the settings for outgoing message transfers between the Exchange 2010 organization and domains outside the Active Directory forest. Even if you don't create remote domain entries
    for specific domains, there's a predefined remote domain named Default that applies to all remote address spaces (*).
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • OS10 Hub - Conversation Display - Grouping emails using title not working

    Hello,
    One great feature of former blackberry and Outlook is the ability of sorting email together if they are relating the same discussion.
    Their is an option for this in my Z10, but it doesn't work well at all. I had a discussion with someone using emails and we exchanged pictures and this kind of thing. The hub groups sometimes two messages together but that's it. There is no reliability or repeatability. And when I deactivate the function it is even worse as the few which were grouped together starts to be as unique entry (which is the expected behaviour under such settings).
    Is the "Conversation" Display style working well on your handset ? This is pretty basic thing and my old BB 9800 used to do it properlly...
    Thanks for your feedback.

    I have the same problem as you.. 
    It would be great to imporve this . For now grouping option is not working.

  • Sending Email Tutorial Does Not Work

    Has anyone been able to successfully complete the "Sending Email From a Web Application" tutorial?
    I am able to Build and Deploy, but receive a "Class Not Found" error on deployment.
    Win2K sp3, 1Gig Ram 3 Gigs Free Disk
    I am using my own email account for both To: and From: on our Exchange email server.
    Thanks in advance.
    Clay

    Make sure everything you need is in your classpath.
    Hope this helps,
    - D.t.O

  • Send Email SMTP Authentication not working

    Hello,
    I have the following Problem, I want to send E-mail via the Send Email Activity to Mailing Lists/Group. But the authentication doesn't work, the Exchange says I dont have the needed permissions. I have filled all the Data into Advanced -> SMTP authentication.
    The strange thing it works with the same Account if it is used inside the Service Manager.
    We use Exchange 2010 & Orchestrator 2012 SP1.
    Regards,
    Jan

    Hi,
    perhaps the Runbook Service account or IP address have no rights as relay at the Exchange-SMTP (?).
    I suggest to test at the Runbook Server(s) via telnet:
    http://support.microsoft.com/kb/153119
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Disabled subscription sends notifications, relative date not working properly

    Hi
    I have two problems regarding subscriptions:
    1.When I disable a subscription, should I receive any further notifications? I am receiving notifications despite disabling the subscription.
    (I have cloned the template and deleted the original template, then sending email notification will be stopped, but as soon as assigning new template to subscription, sending emails starts, whether subscription is enabled or not)
    2. The criteria for subscription is as follows:
    Status = Active or Status = Pending and Source = Portal and Created date [relative] = [now-7d]
    Regarding the criteria, it must check whether it has past 7 days from incident creation, but it starts sending notifications without considering the [now -7d] condition.
    I use SCSM 2012 SP1 - Rollup 6.
    Am I doing something wrong?
    YSobhdel

    The actual criteria was Created Date greater than or equal to [now-7d]
    What I am trying to accomplish is that whenever an open incident (i.e., not resolved or closed incident) is active more than 7 days, assigned to user will be notified.
    My Question is , why is it happening in the first place, this criteria is nearly impossible to catch (equal to [now-7d]), yet it is sending notifications from the first day. I have testes the notification with
    Created Date greater than or equal to [now-7d] as well but to no avail, still the same problem.
    About delay, I am 100% sure that this is not performance problem, since this workflow is set to periodically check criteria and is run once a day. I have waited for the setting to apply for about two days and this is far beyond any delay! (for two consecutive
    days, I have received this notification).
    YSobhdel

  • My email accounts are not working properly.

    I have a gmail account as well as an Outlook account.  They will not push the emails at all, and even when I get the emails to download, they don't display properly...only one line of the 3 I want displayed, and when I click on the email to open it, it won't load.  The Outlook account is worse than the gmail account, but neither of them are working properly.  Even worse, the phone will not allow me to erase the accounts!  I click on delete account in the settings menu, and it gives me the "deleting" screen, but it just sits and spins for hours.  To complicate matters, I can't get the email accounts to delete from my ipad either.  Please help!

    Have you enabled the less secure application option in your gmail account. I think is is needed to add a gmail account to Thunderbird or any other email client software these days.
    I do not know anything about iCloud. I am not an Apple person.

  • Exchange 2013 CAS - Round Robin DNS not working properly

    I have exchange 2013 server (2MB, 2CAS) server. I created two dns records for mail.test.com, autodiscover.test.com pointing to my two CAS servers.
    But the problem is if i switched of one cas server, client outlook not connecting automatically to other CAS server. By restarting the outlook also its not working. By restarting the system or running the command ipconfig /flushdns in command prompt, it
    working.
    is there any configuration iam missing, please advice how to achieve decent load balancing in Exchange 2013 CAS without going for third party Loadbalancer...

    I have exchange 2013 server (2MB, 2CAS) server. I created two dns records for mail.test.com, autodiscover.test.com pointing to my two CAS servers.
    But the problem is if i switched of one cas server, client outlook not connecting automatically to other CAS server. By restarting the outlook also its not working. By restarting the system or running the command ipconfig /flushdns in command prompt, it
    working.
    is there any configuration iam missing, please advice how to achieve decent load balancing in Exchange 2013 CAS without going for third party Loadbalancer...
    If a CAS role server is down or unable to service clients, you have to remove it from  DNS round-robin consideration manually. There is no health check with DNS round-robin unlike a true load balancer.
    Also, I would set the TTL to a low value for the CAS servers in the round-robin.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • "Email for Nokia" Not Working Properly after Firmw...

    The "Email for Nokia – 10 Accounts" also called Nokia Messaging does not work after firmware upgrade. 
    I upgraded my E63 firmware from 400.21.13 to 410.21.10 (the latest).   After upgrade, I installed the Email software, ver 9.07(2), from Ovi store.  The problem starts after I entered my email address and password.  The software imported the email account to the Communication --> Messaging  folder (where you used to read your text message). Before upgrading, the email software manages all my email accouts and synchronise up to 10 emails.  Now that nice email software and user friendly interface no longer show up.  Instead it uses that poor design Communication --> Messaging folder.  It only allows maximum 2 email acct. auto retrieval and NOT working with yahoo mail.  
    Please advise how can I get eh Nokia email works again.  thanks

    Very upset with Nokia's tech support service, taking so long not calling back after contacting them.  Finally I found a work around.  After reinstall the email software, setup a new email account never used with Nokia email before.  Then the software will setup correctly instead using the messaging folder.  This is a bug with the Nokia email software and the new firmware.    OR the Nokia email software is intended to do it that way because it's a trial version.  It just let you try it for the first time of installation. 

  • Dynamic resizing in JDialog using setSize not working properly

    Hi,
    I have a dialog in which i have two radio buttons.
    As i click on other radio button the size of the dialog should change.
    I did so using setSize.
    As i change the size from smaller dialog to a bigger one then newly created portion is not painted properly. Although the size is increased but the painting of the new portion is not done fine.
    Any ideas?
    Is this is a Java bug?
    Here is the code snippet:
    public MyDialog() {
         Container contentPane = this.getContentPane();
         JPanel radioPanel = new JPanel();
    ButtonGroup radioGroup = new ButtonGroup();
    mInstancesButton = new JRadioButton("Instances");
    mActivitiesButton = new JRadioButton("Activities");
    mInstancesButton.setBounds(100,0,100,25);
    mActivitiesButton.setBounds(200,0,100,25);
    mInstancesButton.addItemListener(this);
    mActivitiesButton.addItemListener(this);
    radioGroup.add(mInstancesButton);
    radioGroup.add(mActivitiesButton);
    radioPanel.setLayout(null);
    radioPanel.add(mInstancesButton);
    radioPanel.add(mActivitiesButton);
    radioGroup.setSelected(mInstancesButton.getModel(), true);
         contentPane.add(radioPanel);
         this.setSize(600,300);
    public void itemStateChanged(ItemEvent ie) {
    Container contentPane = this.getContentPane();
    if(ie.getSource().equals(mInstancesButton) && ie.getStateChange() == ie.SELECTED) {
    this.setSize(600,300);
    else if(ie.getSource().equals(mActivitiesButton) && ie.getStateChange() == ie.SELECTED) {
    this.setSize(600, 500);

    Hi,
    It's only an approach but try a call of validate() or repaint() after re-setting the size of your dialog.
    Cheers, Mathias

  • Buttons using CSS not working properly

    I am using Dreamweaver CS4.
    I can't get buttons to work properly using CSS.
    The buttons are supposed to have a red border around them when inactive (a:link).
    Hovering over the button causes it to change its appearence (this works).
    Clicking the button works.
    Do this then click the BACK arrow.
    Buttons no longer have red border.
    I have tried this with FireFox, IE 7, IE 6 and Safari. They all do the same thing.
    You may see it in action at www.justforso.net/buttons.htm
    What am I doing wrong???
         .....  Thanks for your help 
    Here is the code:
    /* CSS Document */
    Theme Name: Buttons Test
         margin: 0;
         padding: 0;
    body {
         font: 80%/1.6 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
         color: black;
    a.example1:link
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-style:outset;
       border-color:red;
       border-width:5px;
       background-color: #FFFFCE;
       width:125px;
       color:navy;
    a.example1:hover
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-style:inset;
       border-color:red;
       border-width:5px;
       background-color: #FFFFCE;
       width:125px;
       color:maroon;
    /* CSS Document */
    /* HTML Document */
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Buttons Test</title>
    <link rel="stylesheet" href="buttons.css" type="text/css" media="screen" />
    </head>
    <body>
    <p> </p>
    <p> </p>
    <A href="http://www.sitepoint.com/" class="example1"> Beginners </A>
    <A href="http://www.sitepoint.com/" class="example1"> Promotion </A>
    <A href="http://www.sitepoint.com/" class="example1"> Site Point </A>
    </body>
    </html>
    /* HTML Document */

    It's because you have created styles only for the :link and :hover pseudo-classes. Your buttons revert to the default state when the link is active (being clicked) or has been visited. You need to assign properties to the :visited and :active pseudo-classes as well.
    Another point about your CSS is that you're failing to make use of the cascade. There's no need to repeat values that don't change. I have rewritten your CSS like this:
    a.example1
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-width:5px;
       border-color:red;
       background-color: #FFFFCE;
       width:125px;
       color:navy;
    a.example1:link, a.example1:visited {
         border-style:outset;
    a.example1:hover, a.example1:active
       border-style:inset;
       color:maroon;
    This applies common rules to the basic a.example1 selector, and sets the overrides for the pseudo-classes.
    One other point. You're using an XHTML DOCTYPE. All tag names MUST be in lowercase to be valid. This is wrong:
    <A href="http://www.sitepoint.com/" class="example1"> Beginners </A>
    The opening and closing <a> tags should be in lowercase.

  • Send Email to group not working

    Using MOSS 2007 SP1, I am creating a SPD workflow and one of the actions is a Email action.
    If I have it send the e-mail to my email address, it works.
    I created an Active Directory security group and put myself in the group.
    If I have it send the email to the Active Directory group, which appears in the lookup list for the To: field, I do not get the e-mail.  There are no errors in the logs.
    I created a Sharepoint Group and put myself in the group.
    if I have it send the email to the Sharepoint Group, which appears in the lookup list for the To: field, I do not get the e-mail.  There are no errors in the logs.
    Why wouldn't the e-mails to the groups work?  Both of those methods should work, shouldn't they?

     
    Hello,
               If you are integrating your MOSS with Exchange server 2007 to send out-going email then please try the following steps to fix your problem:
    1.       Go to Exchange Management Console -> Recipient Configuration -> Distribution group.
    2.       Right-click on the problem group and choose properties.
    3.       On the Mail Flow Settings tab, double click on Message Delivery Restrictions.
    4.       Uncheck the check box "Require that all senders are authenticated".
             Have a try and see the effect.
             Hope it can help you,
             Jerry
    Xing-Bing Yu

Maybe you are looking for