Email Text Content Issue

Hello,
I am working on issue of removing some junk characters from the email our business receive. Here is the details of the text -
Text send via java program (using JAVA Mail API).
code snippet -
private static String trademark_logo= "\n\nOurbusinesslogo text has a trademark symbol with R in circle.\n"; (I CAN NOT POST EVEN WITH THIS MESSAGE, BECAUSE IT CONEVRTS THAT TO ?)
We use sendMail() method to send this text accross Mail server. We use Lotus Notes Email Server and when we receive the email, the above text appears as ? mark instead of trademark logo (with R in circle).
Can anyone encountered the same / similar problem, If so please do suggest, what should i code so as to get the desired output.
Thanks

However, to my understanding, there should be some
way, some parameters or method call.No. As you have found, ISO-8859-1 and ISO-8859-2 do not contain the ® character, and it is not in ASCII either. Many of the people who receive your e-mails will not be able to display this character, then. You should be able to encode it in UTF-8 (you didn't say why that didn't work) but that still doesn't mean the recipient's mail client can handle it. That's why I recommended (R) as a replacement.

Similar Messages

  • Email/text notification issue

    hello to everyone as i am new to this forum. I have had the curve 8300 for a while and last night I started seeing the yellow envelope appear in the top of the screen with the number "1" just to the left of it, as if I had a new text or email but none is there.  I cleared all messages; turned the phone on and off; and even did a soft reboot by removing the battery.
    Can anyone assist me in fixing this as its really annoying.
    thanks
    Solved!
    Go to Solution.

    I just had this happen to me last week. On home screen go to show all, and hopefully you will see the message. My message was from RIM and it was hard to find. Or you can search all folders.

  • Lock screen showing email/text content after 10.2 update

    I downloaded the latest software version a few days ago and am horrified to see that now one can tap the notification icon on the lock screen and read the message! Why would anyone want that? How do I stop that? If I can't fix this I'll be getting a different phone.
    Solved!
    Go to Solution.

    Please define no emails and bbm came through.you said in your first post that you didnt want people to tap and read your stuff.
    There is NO setting for it to appear on lock screen but people cant open.choose 1.people to open OR it shows nothing.
    sent from my IMBA BlackBerry Smartphone

  • I am losing my carriage returns when sending emails. How to keep? uses SMTP Email MIME Text Content-Type.vi

    I am losing my carriage returns when sending emails using the Internet email vi's.
    All carriage returns are stripped out and I get one long word wrapped paragraph.
    I want to avoid html.
    Ideally, using the vi's for rich text would be perfect, but a simple text message with carriage returns and line feeds in any font ok. 
    uses SMTP Email MIME Text Content-Type.vi
    i have tried text/plain, text/html, and mixed yada something

    You need to use Line feed constant and then use concatenate function.See the screen shot.
    Naqqash
    Attachments:
    Using Line feed.png ‏15 KB

  • Ritch Text Editor issue & RTE content to occupy less TABLESPACE & LOB SEG

    Hi,
    I am using item type - Ritch Text Editor with the following settings (database item - CLOB)
    Editor - CKEditor 3
    Toolbar - Nothing
    Toolbar Expanded - No
    Skin - NothingI am facing following issue..
    1. When I copy/paste the content from NOTEPAD to RTE,
    there are always lot of <div> tags are getting added to the entire content.
    This I verified when I check the data from the backend (CLOB column).
    HOW to avoid these <div> tags getting added to the contents.
    I Just want paragraph <p> tag to be added within the contents
    whenever paragraph starts/ends instead of <div> tag.
    I always do the copy/paste from notepad to avoid any invalid/unknown character
    to get copied to the RTE.
    2. Whenever I open the RTE, by default there is a one ENTER at the start of the RTE
    and then I have to delete that ENTER before putting the content from notepad.
    Is anyone has faced this kind of issue?
    3. Also what is best/cleanest way to put the content in the RTE so that it should occupy
    less TABLESPACE & LOBSEGMENTAppreciate your help.
    Thanks,
    Deepak

    >
    I am using item type - Ritch Text Editor with the following settings (database item - CLOB)APEX version?
    DB version/edition?
    Only use \ tags for code and sample output.
    1. When I copy/paste the content from NOTEPAD to RTE,
    there are always lot of &lt;div&gt; tags are getting added to the entire content.
    This I verified when I check the data from the backend (CLOB column).
    HOW to avoid these &lt;div&gt; tags getting added to the contents.
    Provide a sample of the content before and after...
    Editor - CKEditor 3
    Toolbar - Nothing
    Toolbar Expanded - No
    Skin - Nothing
    I Just want paragraph &lt;p&gt; tag to be added within the contents
    whenever paragraph starts/ends instead of &lt;div&gt; tag.
    I always do the copy/paste from notepad to avoid any invalid/unknown character
    to get copied to the RTE.
    So you don't really want any Rich Text formatting/HTML structure at all?
    How is this text content actually used? If all you require is reproduction of the line breaks then enter the text using a standard text area, and display it using the HTML <a href="http://reference.sitepoint.com/html/pre"><tt>pre</tt></a> element or CSS <a href="http://reference.sitepoint.com/css/white-space"><tt>white-space</tt></a> property. <a href="https://forums.oracle.com/forums/search.jspa?threadID=&q=pre+AND+%22white-space%3A+pre%22&objID=c84&dateRange=all&[email protected]&numResults=15&rankBy=10001">(Numerous discussions of various APEX use cases.)</a>
    2. Whenever I open the RTE, by default there is a one ENTER at the start of the RTE
    and then I have to delete that ENTER before putting the content from notepad.
    Is anyone has faced this kind of issue?
    No idea.
    3. Also what is best/cleanest way to put the content in the RTE so that it should occupy
    less TABLESPACE & LOBSEGMENT
    If your system was budgeting on storing large quantities of text as CLOBs it's difficult to believe that the RTF mark-up overhead causes significant storage allocation problems (or are you using Oracle XE?). Consider using plain text as described above, and/or using some form of compression.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Using eprint to print photos with email text on one page

    I have been using Presto eprint services for several years for my Dad, and I really like how it works and allows me to print the email (from, to, text in the body of the email), plus any attachments, all on one page using full letter size paper  However, my parents would like to get rid of their land-line phone, so I'm looking for options to replace the Presto printer.  I was thinking that HP eprint might be a good option, but based on some initial tests with a friends printer, it seems to just print photos as full page images, without the email content.  Is there anyway to confirgure the HP eprint function to print the email text and photos or PDF file attachment on one page?  Thanks.

    Hello @Joseph_TX ,
    Welcome to the HP forums.
    I understand that you want to know if a way to configure the HP ePrint.
    I would like to help.
    Unfortunately there is no way to reconfigure the ePrint.
    When you send an email to the printers ePrint address, it will print the body of the email and any attachments.
    It will not print the subject line or who the email is from.
    Also the ePrint feature will not resize pictures sent.
    What you send is what you get.
    You can get more control over ePrint with the ePrint app, but I don't believe that will suit your needs.
    Please call our Cloud Services at 855-785-2777.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Hours:
    Mon-Fri. 8am - 11pm, Sat. 9am-8pm - EST
    Mon-Fri. 7am - 10pm, Sat. 8am-7pm - CST
    Mon-Fri. 6am - 9pm, Sat. 7am-6pm - MST
    Mon-Fri. 5am - 8pm, Sat. 6am-5pm - PST
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Email and hyperlink issues

    Hopefully this makes sense...let's get started!!!
    I have a dynamic text box with a list of names that i want to
    make email links. In the property inspect window i have inserted
    the "mailto:" with email address but when i publish the page no
    WORKY..very frustrating...what am I doing wrong.
    The same thing is happening with a list of web address i am
    trying to input.
    PLEASE HELP
    much appreciated
    chris

    I'm sorry you're having problems with the email services.  The issue you're describing is related to the timeout feature of the website; for your security, the website will timeout and require you to login again in order to access information and/or process a request (such as sending an email).  The issue of the timeout comes into play when writing a long email or allowing the page to sit without making any movement or changes; typing in the email window does not constitute active movement.  What I would suggest is that when writing a long email, use a word processing program (like Microsoft Word) to compose the email, then sign-in to your email account and copy/paste the message.  This way you will not lose your email or have to worry about the timeout feature.  Also, if you have email programs on your computer (i.e. - Outlook Express, etc.), you can configure those to work with the Verizon email service so you'll no longer have to login to the website for access.
    Please let me know if you have any other questions.  Thanks!
    Karl
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Rich Text Box Issue - Expand to show all Text

    Hi everyone
    I'm having a pretty frustrating issue with the rich text box when viewing a line item (not when editing the item, but viewing the item)
    I want my rich text box to expand with the text, which I have changed in the options on InfoPath with the "Expand to show all text" scrolling option. However, in IE, the table row will expand, but the actual rich text box will not and I'll have
    a scroll bar there and you cant see all of the text at one time. If I look in Chrome, then it works the way I want and I can see all of the lines of text that were entered into the rich text box.
    The only solution for IE to work correctly is to change the Display settings to "Enable enhanced rich text content...". But the big issue with that is now you can no longer highlight the text (the highlight disappears right after highlighting it),
    and the users will need to copy text from the text box, so it renders the "enhanced" rich text box useless for us
    It's kind of a lose-lose situation that I'd love to find the solution for

    I guess a better solution would be how can you highlight text from an enhanced rich text box, because changing these to "rich text box" gets rid of font colors in the pre-existing data.
    The original problem was that they couldn't highlight text unless they went into edit mode

  • How to email text from a text component in my applet on a the host server ?

    How to email text from a text component in my applet on a the host server, back to my email address ?
    Assuming I have Email Form on the host server.
    Help will be appreciated.

    You can do like below
    =REPLACE(Fields!Column.Value," " & Parameters!ParameterName.value & " ","<b>" & Parameters!ParameterName.value & "</b>")
    The select the expression and  right click and choose placeholder properties
    Inside that set Markup type as HTML 
    then it will highlight the passed parameter value in bold within the full xml string
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Images present in datagridview not exporting to file only text contents are generating into PDF file..

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M
    Hello,
    Since this issue is mainly related to iTextSharp which belongs to third-party, I would recommend you consider posting this issue on its support website to get help.
    Maybe the following forum will help.
    http://support.itextpdf.com/forum/26
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Open xml relationship target is NULL when inserting chart into a mapped rich text content control in Word 2013

    Hi,
    I have a word document with a rich text content control that is mapped to a CustomXml. You can download an example here
    http://1drv.ms/1raxoUr
    I have looked into the specification ISO/IEC 29500-1:2012 and i understand that the attribute Target for the element Relationship can be set to NULL at times(Empty header and footer in the specification).
    Now, i have stumbled on Target being NULL also when inserting a diagram into a word document. For example:
    <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject"
    Target="NULL" TargetMode="External" xmlns="http://schemas.openxmlformats.org/package/2006/relationships" />
    Why is Target="NULL" and how should i interpret that Target is null?
    Br,
    /Peter
    Peter

    Hello Peter,
    The relationship in question is associated with the externalData element (ISO/IEC 29500-1:2012 §21.2.2.63). For the other two charts in this document, the corresponding relationships are of the other allowable form:
      <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/package" Target="../embeddings/Microsoft_Excel_Worksheet1.xlsx"/>  <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/package" Target="../embeddings/Microsoft_Excel_Worksheet2.xlsx"/>
    For charts 1 and 3 in your document, the data can be edited via the Chart Tools ribbon control. The option to edit data is not available for chart 2. The data used to create chart 2 is the same default spreadsheet data used for chart 1, and in fact the spreadsheet
    references are still present in the file format, despite there being no apparent link to a spreadsheet for chart 2.
    Thus, it appears that Target="NULL" in this context means that the chart is not associated with an external data source. The specification doesn't have much to say about the semantics of the Target attribute (ISO/IEC 29500-2:2012 §9.3.2.2) beyond
    the fact that it be a valid xsd:anyURI, which the string "NULL" is.
    It looks like there is some unexpected interaction between the chart and the content control. I don't think the file format is the issue. You will probably need to pursue that behavior from the product perspective via a support incident, if that behavior
    is unexpected. If you still have questions about what is seen in the file format, please let me know.
    Best regards,
    Matt Weber | Microsoft Open Specifications Team

  • Email and Contact Issues

    My emails are not coming through to my phone unless I manually refresh. I have three accounts setup (Yahoo! and 2 school email accounts). Both school accounts, when I sign on from a computer says something about Outlook: one says Mircosoft outlook and the other says Outlook live.
    I contacted my school and got the correct settings for each account. They work because I get the emails as long as I manually refresh. I initially had my phone set to check for mail every hour but after realizing it was not automatically doing this, I set it for every five minutes. That still didn't help.
    Out of frustration, I called Verizon who told me they knew nothing about such an issue. They connected me to Samsung who said the same thing. Apparently they were both lying as I have Googled this issue and see that it has been posted since Sept 2010. I just have not noticed a solution (possibly overlooking it).
    The solution that they gave me was so a hard reset (didn't work), delete then re-add the accounts (didn't work) or use a workaround. My response to their last suggestion was that I did not feel it was necessary for me to do that when the phone I purchased was supposed to handle email. This has been an issue since I got the phone in Nov 2010 when I switched to VZ. I didn't really notice it until this month because I was having text messaging issues which they didn't fix until this month.
    Samsung ended up telling me to send them my phone and they would troubleshoot it but I had to contact VZ about getting a loaner phone as they were going to have it for a week. When I called VZ back, they told me they would just send me a replacement phone and to not send the phone to Samsung because they could have given me a defective phone. The order wasn't placed because their system was down that Friday and the guy was supposed to call me back. He never did so I called VZ a third time.
    The tech support rep told me that she was positive that if I got a brand new phone I would still have the same problem because its a known issue that Samsung has yet to fix. Also she had the same phone and also some other people she worked with. She told me to make sure I deleted junk mail, sent stuff, kept the inbox down, and empty the trash and that should help. She was supposed to call me back and see if it helped (which it didn't). She never called back....that was Monday and today is Friday.
    Now I'm feeling like they are lying to me because they don't want to replace my device. Then on top of that they told me it would more than likely be a refurbished device instead of a brand new device even though I still have a warranty. Should I push for a new phone or is this really a known issue with Samsung that they have yet to fix? If it is a Samsung issue, what's the workaround until they actually fix it?
    By the way, Gmail works almost instantaneously. They told me to forward all of my mail there but that didn't work for my two school accounts. I don't like that anyway.
    As for the contact issues, I just noticed two weeks ago that my Facebook and Twitter contacts are unsyncing themselves. I don't have all of my Facebook friends or Twitter followers in my phonebook but those whose phone numbers I have, are linked to their Facebook and or Twitter accounts but I notice that both of these accounts unlink themselves. I have no idea why this happens. I keep having to go back into my phonebook and relink about 30 people to their Facebook and or Twitter profiles. Any idea why?

    10sEn wrote:
    In your email app, have you tried going into each account, pressing the menu button, account settings, and setting email check frequency to the desired time?
    If that's not the issue, then perhaps pressing the menu button at the home screen, going into settings, accounts and sync, and clicking the background data option is the issue.
    The reason why Gmail works well is that instead of polling (which is what the email app uses, where it queries the account to see if there's anything new), it pushes your email through meaning that it's virtually instantaneous.
    With regards to the Twitter and Facebook issue, try going into the accounts and sync area that I mentioned before.  There, you will be able to set the SNS sync interval and sync the contacts, birthdays, and whatever else it allows.  You'll probably have to click on each of those accounts to check various options before it will autosync.
    My frequency is set to every 5 mins. That hasn't worked. 
    The background data sync option is clicked already.
    The Twitter and Facebook SNS syncing is set. I have noticed though that sometimes when I go in there, the sync arrow is red by Twitter and Facebook. I uncheck the box and recheck it and then it turns green again. What I don't know is why it randomly turns red in the first place. I'm assuming this is the reason the Facebook and Twitter stuff unsyncs itself. 

  • Email and editor issues

    I am having several issues with Elements 11.  I cant e-mail photos using the share>e-mail, i have tried to use the adobe e-mail service but it doesn't work and does windows live even work anymore?  when I am in the organizer and want to do a full edit it will not open the picture in the editor, it does open the editor but not the picture.

    I'm sorry you're having problems with the email services.  The issue you're describing is related to the timeout feature of the website; for your security, the website will timeout and require you to login again in order to access information and/or process a request (such as sending an email).  The issue of the timeout comes into play when writing a long email or allowing the page to sit without making any movement or changes; typing in the email window does not constitute active movement.  What I would suggest is that when writing a long email, use a word processing program (like Microsoft Word) to compose the email, then sign-in to your email account and copy/paste the message.  This way you will not lose your email or have to worry about the timeout feature.  Also, if you have email programs on your computer (i.e. - Outlook Express, etc.), you can configure those to work with the Verizon email service so you'll no longer have to login to the website for access.
    Please let me know if you have any other questions.  Thanks!
    Karl
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Email's content for PO's email output type

    hi guys,
    I have created new output type for Po's emaling : DEML.
    It can send email to the vendor, but how can i include email's content instead of sending email with attachment only ?
    pls advice
    thanks

    Hi
    Go to MN04 and select the Porg/DocType/Vendor; Input  vendor number, partner role, medium 7 and timing 1 and click on communication tab. It takes you to "Note to receipient". Add your text there and it will be sent as email bod text. <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 10, 2008 5:54 PM

  • Windows Experience Index fails: An invalid character was found in text content winsat\main.cpp(1041)

    Hi
    I have been tearing my hair out over this, but found this thread which seems to be exactly what I am seeing
    (sorry for some reason I can't post links or images they have been stripped out)
    However the answer, scars me a bit and I need someone to step me through it.
    I have run SMBIOS viewer and spotted an odd looking character after the version 1 (looks like two
    small square zeros) removed it from registry but this did not solve the issue.
    ran winsat formal with admin  error. failed to load XML An invalid character was found in text content winsat\main.cpp(1041) unable to process
    xml file. winsat\main.cpp(4742) Error: cannot process assessment results cannot load xml data from string an invalid character was found in text content from interface msxm16.dll:Ixmldomdocument2
    Please help, I am tearing my hair out with this :(
    Here is my system spec, only a week old, ignore the voltages which are wrongly reported.
    Thanks
    Mike

    (Still can't post images here for some reason, can't even give you a link to see the screen shot :(
    Please verify your account in the following link
    http://social.technet.microsoft.com/Forums/en-US/947dcd6b-41c5-41c1-a39d-44a3cff60889/verify-your-account-19?forum=reportabug
    Have you tried to reset WEI as I mentioned above? What is the result?
    For HW info, we can also run msinfo32.exe to display the info.
    we can also reset BIOS to the default setting to check the issue.
    Regarding to SMBIOS, you can find detailed information in this link
    http://www.dmtf.org/standards/smbios
    NOTE
    This response contains
    a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and
    has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for