Sending Registered symbol in the email subject

Hi,
I am trying to send '®' mark in the email subject. This is coming properly in some of the email clients, but very few email clients are not able to parse it, they display '?' in place of that.
I tried with setting the mail type as HTML, but it is applicable only to body of the mail, then I tried with unicode character, no luck with this, and with HTML character set values, no luck with that also.
Could anyone please tell me how to solve this?
Thanks in advance.
Suresh P

so it works with some email clients and not with others.
Sounds to me like some email clients just can't handle non-ASCII characters in email headers (as if I didn't know that already). Live with it.

Similar Messages

  • How can I have the title of the document be in the email subject line automatically when sending?

    How can I have the title of the document be in the email subject line automatically when sending?

    It can be done if you use a script, like this one:
    this.mailDoc({cTo: "[email protected]", cSubject: this.title});

  • Anyone succeeded to find a way to change the email subject ?

    n/t

    hello,
    up to 6i you can not change the email-subject. however in 9i you will have full control of most of the mail-parameters like subject, cc, bcc, ...
    regards,
    the oracle reports team

  • How do I change the PHP code so that the name of the senders name appears in the email subject line?

    I need help please, altering the PHP code generated when exporting my Muse websites (to a host other than Business Catalyst). The emails generated from the forms need to have the sender's name in the subject line of the emails.

    This would require editing the published php page outside of Muse and would require the knowledge of PHP. You may get the required info at http://www.php.net or some PHP specific forums.
    Thanks,
    Vikas

  • How to enlarge the text in the "email subject/header plane"

    in Thunderbird email, the subject of the email and the email message are in to different planes. No problem enlarging the "message text, words" in the "body" of the email. How to enlarge the "text, font or words" of the "subject" in the subject/header plane? Don't want to open email if I'm not sure of it, and can't be sure of opening emails if I can't SEE the subject of the email. Surely I'm not the only one with this problem.

    Thanks! Works great!

  • How to send HTML link in the email through BRFplus

    Hi All,
    I want to send an HTML link embedded into the email body , as shown below.
    Hello Friends,
    Please find below path for error occurred during triggering of materials.
    Http://documents/error/doc.htm
    Thanks & Regards
    Khushbu
    And when the user clicks on the HTML link , it should directly take user to the browser.
    Kindly suggest how to implement this functionality.
    Regards,
    Khushbu

    I have tried using HTML code for writing the email body, but its not working.Its not converting HTML code , its taking them as characters only.I know how pass HTML link in email from ABAP but here email are sent from SEND email action of BRFplus.

  • I hit iPhoto send and I get: The email server didn't recognize your username/password combination. -- then can't get back to re-enter, which was correct one in first place.

    I have filled out an iPhoto "postcard" format with a message and photo, etc., and when I hit send, I get the message "The email server didn’t recognize your username/password combination." I hit OK but it does not clear to refill the log-in -- and I believe the info was correct to start. I'd like to save (and not have to re-crete) the card, but see no way of doing so, thus am fearful of closing it (for good).

    in the iPhoto preferences ==> accounts delete your e-mail account and reenter it
    OR
    IMHO the better solution is to set Apple mail as the email client in the iPhoto preferences
    LN

  • Can you hide the "unique tracking number" in the email subject line?

    I noticed that if I use the "New Activity -> Email" function from the CRM toolbar in Outlook, it appends the subject line with a CRM:XXXXXXX unique tracking number.  I'm not sure that my customers would react very well to knowing that I am tracking this email in my CRM system, so, is there a way to NOT show this number yet still track the email?  From what I've read, we can turn off this feature globally, but that would prevent us from tracking emails all together.  I was wondering why this information wasn't just stored in the header of the email instead of being blatantly obvious in the subject line.  FYI, we are on CRM 4.0.
    Thanks,
    Dave

    Hi Dave,
    although Dynamics CRM uses the tracking token to match the mail with specific records, it doesn't rely completly on that token.
    There is also a feature called smart matching which is used to assign the mails.
    See http://blogs.msdn.com/crm/archive/2008/11/11/microsoft-dynamics-crm-email-correlation-and-smart-matching.aspx and http://blogs.msdn.com/crm/archive/2009/06/23/how-to-toggle-smart-matching-in-microsoft-dynamics-crm-4-0.aspx

  • HT2471 All images I send are imbedded in the email to PCM users

    Since upgrading to lion 10.7.5 when ever I attach a image to my email and send it to some other than a Mac the image is imbedded in the email and they can not download the image . This happens if I send one or more.
    My work around is I have to put the images in a folder and send the folder, then they are able to down load the folder and remove the images.
    Also the attachments are automatically send as a zip file.
    What am I missing?
    Than you
    Dick

    Hi again,
    If you move your cursor on top of a specific button, after a second or two a yellow box appears showing you what that button does.
    If you want the "words" to be permanently visible then simply click on View->Customise Toolbar and select Icon and Text from the Show drop down menu:

  • BADI to change the email subject

    Hi all,
    Which BADI can be used to change the subject of the email when a SC is created??
    I tried using the BADI "BBP_OFFLINE_APP_BADI" and the implementation "MAIL_DATA_GET" but it is not getting reflected in the mail..
    Am I using the right BADI or is there someother BADI that may be helpful??
    Please help..

    Hi Mary,
    I have a similar issue where in i need to change the subject of the outgoing mail with the refernce / or some id in crm cic.
    can u please guide me the way to move forward with the issue.
    i would be really helpful.
    Thanks,
    Regards,
    akshay ruia.

  • Infopath - do not send any view in the email

    Hi,
    I have managed to create a data connection to email data from infopath form. However the data goes together with the view, I do not want the view to appear at all in the body of the email.
    Can someone help me out here.

    Hi Rebecca
    But the Infopath form has code inside it. 
    public void btnSubmit_Clicked(object sender, ClickedEventArgs e)
    XPathNavigator a = e.Source;
    //XPathNavigator xnDefaultView = a.
    XPathNodeIterator rows = a.Select("/my:myFields/my:group9/my:group10", NamespaceManager);
    string field1 = rows.Current.SelectSingleNode("my:field29", NamespaceManager).Value;
    string field2 = rows.Current.SelectSingleNode("my:field33", NamespaceManager).Value;
    string field3 = rows.Current.SelectSingleNode("my:emailadd", NamespaceManager).Value;
    //string attach = "link";
    //this.ViewInfos.SwitchView("blankview");
    EmailSubmitConnection emailSubmit = (EmailSubmitConnection)this.DataConnections["Email Submit"];
    emailSubmit.To.SetStringValue(field3);
    emailSubmit.EmailAttachmentType = EmailAttachmentType.None;
    // //set the introduction with a value from the form
    emailSubmit.Introduction = "You have been identified as the owner of the action item: " + field1 + "\nPlease review this action item and update as appropriate. If you have any queries, please contact BEACON Service Quality Manager." ;
    // //submit the form
    this.Submit();
    I want the Introduction part to go out with the email AND without the form inside it.
    I have to set the form to full trust of this, when I change it to restricted, the form does not open up.

  • HT5624 I need help changing my account password I know the pass word but its asking me to answer two questions I don't have the answers to. and it gives an Email account to send help to but the Email listed was an old work Email and I no longer have acces

    I am trying to change my apple pass word? I know my Password but when I am trying to change it, it asks for me to answer 2 questions and I have no idea what I put as the answer? there is a button for sending out an Email to help but the Email listed is an old work account and is no longer in use. Can some one help me either change the password or change the old Email address to one that is use?

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90031)

  • Ios App asks me for the password to an old apple id. When I try to rset the password, it does not send a message to the email address it should send it to. How can i fix this?

    need to know how to reset an old apple id password when the process to rest sends the instructions to a email address but its not there when i go to the email inbox.

    Hi, cameo557.  
    Thank you for visiting Apple Support Communities. 
    I understand that you are receiving a prompt for an old Apple ID when attempting an update.  You cant attempt to reset that password for the Apple ID via the steps in the first article below.  If you need assistance with this or are not receiving the email, see the second attached article.  You can also delete the applications in question and download them again with your new Apple ID.  However, this will cause any application data in those applications to be deleted and you may be charged if these are paid for applications. 
    Apple ID: If you forget your password
    http://support.apple.com/kb/ht5787
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Cheers,
    Jason H.

  • When I hit "send" it refuses, saying the email I just wrote is "spam"; it is NOT, I need it to send, how do I correct this problem?

    Not every time, but often, the program thinks my own email, that I just wrote, is spam. Often it is a reply to an email sent to me and sometimes, if they have an image in the signature line, and I delete their image from my reply, it will send fine (I can leave the rest of what they wrote, and only delete the signature line image). Or sometimes, if I end the first attempt and try a new email or a new reply, then it does work...
    But sometimes, nothing I do will convince the program that my OWN email I wish to send is NOT spam! The person I am sending it to is EXPECTING it and waiting for it!! Why won't it send? Why does it think I am sending spam?!
    I have looked at my server settings, but I have no idea what this would be under.
    How do I correct this? I NEVER send spam, I need this problem solved so that it NEVER happens again. Thank you for any help.

    the exact message that pops up is and alert:
    An error occurred while sending mail. The mail server responded: This message was classified as SPAM and may not be delivered. Please check the message and try again.
    I have tried changing the subject line, retyping the message, opening a new message and sending it that way... nothing is working.
    This is often to people I have already (successfully) sent messages to in the past, people who are already in my address book, and people I am replying to. Also, people I am sending to for the first time, or this is my first reply to an email they have sent to me for the first time. Some emails are personal, some business related.
    This has happened in the past intermittently (usually with replies to an email that has a picture in the original signature line; I delete the picture and then make my reply, usually that corrected the problem) but now it is happening to almost every email I try to send (and deleting the picture, in those emails, no longer works). Since last week, it's gotten worse. I have only been able to send a few emails, most have been refused as "spam". All today every email I have tried to send has been refused.
    I have change no configurations of any kind. I have checked what I can and everything looks fine. help?

  • Can I send a PDF with the email notification?

    I paid for the $0.99 basic subscription to try out FormsCentral since there is no free trial.  My organization would like to have the completed PDFs included in the Notifications, and I can't seem to find a way to do that.  Is this possible?

    Hi Anubha,
    Thanks for your reply.
    I tried sending myself a pdf document with comments from one email account and I sent it to another email account. I still get the same problem. I basically receive a pdf document with no comments.
    Am I doing something wrong?

Maybe you are looking for