OT: Send HTML as email message

Hi there.
I have made a HTML file to be used as a message by a company to send to their customers. File is invitation.html All CSS is part of the header and all images link to images hosted on their site.
How can this company's PRO send this e-mail from Outlook, but as a message, not as an attachment, if possible?
Thank you so long.
Regards,
Deon

Hi Deon,
I'm sure there are, for example look here, how they do it (and you will find more of them with Google's help):
http://www.dwfaq.com/tutorials/miscellaneous/htmlemail.asp
http://www.brighthub.com/internet/web-development/articles/16599.aspx
I for my part prefer to write my email adresses into a form offered from my host, it's fast, simple and hyper-accurate.
Hans-G.

Similar Messages

  • How do I send a group email messages then save it for later???

    How do I send a group email messages then save it for later???is there a way that i can save couple of people for whenever want to send an email for them by clicking on my save group get access easily to specific people.
    Thankssss

    You can set up email groups in Contacts. The articles says Address Book (Contacts old name), but it still works.
    Contacts – Create Mail Group

  • How do I  Send HTML formatted email  using  class in  javax.mail pkg

    How do I Send HTML formatted email using javax.mail pkg class ?i mean is thr any class available in this package to do this ?

    Please see
    http://javaalmanac.com/egs/javax.mail/SendApp.html
    for Quintessential Program to Send E-Mail.
    Then substitute line
    msg.setText(content);
    /with this one
    msg.setContent( content , "text/html");
    it should do in simplest form.

  • Help sending out long email message from ORACLE PL/SQL

    Hello,
    I need help sending out long email message from ORACLE PL/SQL.
    My message(email body) contains about 4000 characters and comes out truncated somewhere on the middle.
    My business requirements do not allow me to send it as attachment.
    I am using oracle utl_smtp package and on oracle 10gR2.
    Is it possible to send out long text message from Oracle?
    Thanks!
    Ia

    Thank you very much for your responses.
    Even if I use email procedure below my message is getting truncated.
    Here is how I am trying to execute the procedure from sql plus:
    DECLARE
    P_SENDER VARCHAR2(32767);
    P_RECIPIENT VARCHAR2(32767);
    P_SUBJECT VARCHAR2(32767);
    P_BODY VARCHAR2(32767);
    BEGIN
    P_SENDER := 'xxxx@yyy';
    P_RECIPIENT := 'xxxx@yyy';
    P_SUBJECT := 'long text message';
    P_BODY :=
    '1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    7 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    8 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    9 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    10 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    11 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    12 34567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
    21 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789';
    EMAIL ( P_SENDER, P_RECIPIENT, P_SUBJECT, P_BODY );
    COMMIT;
    END;
    SQL> @long_sp;
    PL/SQL procedure successfully completed.
    The email message is:
    long text message
    xxx@yyyy
    Sent:     Tuesday, May 25, 2010 6:52 AM
    To:     
    xxx@yyyy
    1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 7 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 8 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 9 12345678901234567890123456789012345678901234567890123456789012345678901234
    Message is getting truncated around 1000 characters.
    What am I doing wrong?
    Please help!
    Thanks!!

  • Wants to send html as inline message instead of attachment(without MTOM)

    Hi,
    We have reuirement want send html as inile message instead of attachemnt in OSB 11g with out MTOM.
    Any pointers on this regard will be of great help.
    Regards
    Venkata

    For example use WSDL like this:
    http://axis.apache.org/axis2/java/core/docs/mtom-guide.html#a251
    and don't forget to disable MTOM/XOP support for proxy and business service.
    You don't need anything but a base64binary element in your request or response message. That's all. When you turn MTOM/XOP support off, binary data will be inlined.
    If you will still face an issue, try to send your WSDL, describe input, output and your proxy flow.

  • Sending the same email message several times to contacts.  Turned off iCloud, but still sending message.

    Sending the same email message several times to contacts.  Turned off iCloud, but still sending message. 
    A user had synced all of his contacts from his computer and iPhone to his iCloud.  Today, his iCloud sent out the same message 20 times to all recipients.  We were able to transfer all calendar items and contacts back to his pc and then disable iCloud.  However, it still sent out the messages.  Any ideas?

    It's a carrier issue. I have AT&T and had this issue with my friend (who had an Android) and my mother (who had a feature phone). Both of them have Verizon for service and I'm thinking the issue was on Verizon's end. They both just dealt with it as we tried all sorts of things to get this sorted out (other than contacting Verizon directly) and had no luck.
    They've both switched to iPhones so it's a moot point for us now, at least.
    ~Lyssa

  • Can not send HTML formatted email since Mavericks?

    Hi..
    I was using Thunderbird happily in Mountain Lion and all was well. But as soon as I upgraded to Mountain Lion I can no longer send any HTML formatted emails at all. Everything I paste into Thunderbird get instantly converted to 'plain text'. Apart from manually editing basics like font colour, italics, bold I can't do much else.
    'Compose messages in HTML' is checked across all accounts, and 'Delivery Format' is set to 'Rich Text HTML'.
    Yet thunderbird refuses to render any pasted HTML formatted material.
    If I can not find a solution to this I will have to find an alternate mail client as rich formatting is critical for me.

    I just wiped Thunderbird completely from my system (Mavericks) and reinstalled from scratch. Yet still it will not render any HTML pasted into an email copied from Safari.
    I did however manage to paste HTML from Firefox and then Chrome into Thunderbird and they both rendered perfectly.
    But.. things get a bit strange. I am able to copy HTML from any webpage opened in Safari and paste it into a Googlemail email also opened in Safari and it renders fine.
    This is such a pain as Safari is my browser of choice and Thunderbird my email client of choice. But they just don''t want to work together in Mavericks.
    :((

  • Sender's address instead of sender name in email messages list

    Hello
    please tell me how to set up my blackberry posche design 9981 so that each item of email messages list contained such fields:  date, sender's address, theme message,
    my problem is that instead of  sender's address displays  nickname/login of sender

    If the user IS in your BlackBerry Address Book, the Address Book name you've entered will display.
    noparams wrote:
      theme message,
    I don't know what you mean there.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Send button on email messages missing

    HELP.
    The send button on my email messages is missing when I try to create a new email. In order to email I now click on reply, erase the sender and add in the person I am trying to send a note to, and have to erase whatever the "donor email" message was.
    Any help would be greatly appreciated.
    Thanks!

    Hello firemedic015,
    In the compose message window, Control Click on the buttons bar, see if you can get the "Send" button back...
    - vibhu
    http://himalayanbullet.blogspot.com

  • Encounter error when sending HTML format email

    please reference below codes, when the lt_html has more than one line, the email could not been displayed properly in my inbox.
    did you encounter this kind of problem? Pls help, thank you.
    document = cl_document_bcs=>create_document(
    i_type = 'HTM'
    i_text = lt_html
    i_length = conlengths
    i_subject = 'HTML format email' ).

    Hi,
    please show the 3-line html-code that does not work:
    in lt_html, also value and/or method to fill for conlengths
    Save email as text and show whats there.
    This is required for the answer.
    Regards,
    Clemens

  • Sending HTML in email

    HI All
    I am trying to send a email and want to be able to put a html table, the mail gets sent and after I open the email in outlook I still find html tags instead of html table.
    Can you please tell me what is the problem in my code:
    I did not have msg.setContentType option available ( when I tried to set contenttype as text/html) is the jar version I am using old?
    <code>
    import javax.mail.*;
    import javax.mail.internet.*;
    import com.sun.mail.smtp.SMTPTransport;
    import java.util.Date;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.Map;
    import java.util.Properties;
    import java.util.Set;
    public class mailHelper {
         public static void emailResults(HashMap hmTestResults) throws Exception{
              StringBuffer emailText = new StringBuffer();
              emailText.append("Hello \n");
              emailText.append("This is automatically generated message from Guidewire Regression Testing \n");
              emailText.append("\n");
              Set set = hmTestResults.entrySet();
         Iterator i = set.iterator();
         emailText.append("<html>");
         emailText.append("<body>");
         emailText.append("<table>");
         while(i.hasNext()){
              emailText.append("<tr>");
         Map.Entry me = (Map.Entry)i.next();
         emailText.append("<td>"+me.getKey() + "</td> <td> " + me.getValue()+"</td>");
         emailText.append("</tr>");
         emailText.append("</table>");
         emailText.append("</body>");
         emailText.append("</html>");
              boolean sessionDebug = false;
              Properties props = System.getProperties();
              props.put("mail.smtp.host", "host");
              props.put("mail.transport.protocol", "smtp");
              Session session = Session.getDefaultInstance(props, null);
              session.setDebug(sessionDebug);
              try
                   Message msg = new MimeMessage(session);
                   msg.setFrom(new InternetAddress("[email protected]"));
                   msg.setRecipients(Message.RecipientType.TO,     InternetAddress.parse("[email protected]", false));
                   msg.setSubject("Guidewire Regression Testing Results");
                   // create and fill the first message part
              MimeBodyPart mbp1 = new MimeBodyPart();
              mbp1.setText(""+emailText);
              // create the second message part
              MimeBodyPart mbp2 = new MimeBodyPart();
              // create the Multipart and add its parts to it
              Multipart mp = new MimeMultipart();
              mp.addBodyPart(mbp1);
              //mp.addBodyPart(mbp2);
              // add the Multipart to the message
              msg.setContent(mp);
              // set the Date: header
              msg.setSentDate(new Date());
                   SMTPTransport t =     (SMTPTransport)session.getTransport("smtp");
                   t.connect();
                   t.sendMessage(msg, msg.getAllRecipients());
              catch (Exception mex)
                   mex.printStackTrace();
         public static void main(String[] args){
              try {
                   HashMap hm = new HashMap();
                   hm.put("one", "Passed");
                   hm.put("two", "Failed");
                   mailHelper.emailATFResults(hm);
              } catch (Exception e) {
                   e.printStackTrace();
    </code>

    Thanks for the response.
    I could not use mbp1.setText(emailText.toString(), null, "html");
    Error: method setText(string, string) in the type mimebodypart not applicable for the arguments (string, null, string)
    I tried mbp1.setText(emailText.toString(), "text/html");
    I get the error
    javax.mail.MessagingException: IOException while sending message;
    nested exception is:
         java.io.UnsupportedEncodingException: text/html
         at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:421)
         at com.ccmc.gwatf.utils.mailHelper.emailATFResults(mailHelper.java:76)
         at com.ccmc.gwatf.utils.mailHelper.main(mailHelper.java:90)
    I am using multipart as I want to attach image at a later point of time.
    Please let me know.
    Thanks

  • Cannot send or receive email messages

    cannot receive or send email on blackberry - message reads "uncaught exception DSSMA (5):2 invalid state
    emails Ok on laptop - how do I rectify
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to send HTML as message body using SMTP

    I need to send HTML formatted emails. I used the Report Generation Toolkit to build my HTML document and make sure I had all of the formatting right. Then I modified the Save Report To File.vi to also give me the HTML text string on an output connector and I wire this string to the message input on the SMTP Email Send Message.vi.
    I receive the email OK, but all I see is the HTML code in the message body. What can I do to make sure that the email displays the message correctly.
    I use Outlook and I know it will receive and display HTML emails, I get them all the time.
    I would appreciate any help.

    Hi Dgw,
    it is similar. You must change message MINE content-type to "text/html" type. Because everyone document in email protocol have set MINE content-type. It is inforamtion for email servers and for email cients (Thunderbird, Outlook and etc.)
    For sendning mail with attachments you must use and modified "SMTP Send Multiple Attachments.vi" - if you can do backup of this VI and subVIs. Open Diagram of "SMTP Send Multiple Attachments.vi" after "SMTP Send Multiple
    Attachments Message.vi" and ther is VI "MIME Send Data Attachment.vi" - have control "MIME content-type" but code from NI don't use it.
    And like as my previous message, create new string control "MINE content-type" and take out this control to "main" Email VI.
    And embedd
    ed file you set up in control-cluster "attachments". I don't test it, but I mind thet must working :-)
    Have nice day
    JCC
    Attachments:
    email.jpg ‏70 KB

  • Send HTML email using OSB email transport

    Hi all
    The client we are working for has a specific email template (HTML based) in which emails need to be send. I have tried using the HTML tags to frame this email string, but when I open the email in outlook, I can see the tags as it is. Tags like <p> <br> are not recognised as HTML rather taken as normal strings.
    Pls help in framing an HTML based email message using OSB. Thanks

    Hi Anuj
    Thanks again! You are a life savior. Actually i did check the blog, but the author was modifying http headers in the blog using $outbound variable directly using xpath. So, i just wanted to clarify, if using transport headers for outbound request for email protocol would do the job.
    I will check and post back the results. I am currently struggling with OSB and Log4j java callout. I am getting weird logs from OSB server in my interface specific log.

  • I cannot send email - error message as follows : 'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk.' I can send email from other apple devices, and the email settings are identical. Any ideas?

    For some reason I cannot send email - all was working fine, but now I get the following error message when I try to send email:
    'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk'
    I can receive incoming mail ok and I can send email from other Apple devices. The problem seems confined to my Mac Book Pro.
    Ant ideas?

    Hello there, Pablo639.
    The following Knowledge Base article offers up some great steps for troubleshooting mail issues on your Mac:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • 24" Imac Overheating HD (?)

    Hello (specs of machine in question will follow below). I saw someone with a similar problem's post in the archives, but there was no resolution listed so I'm hoping for some direction/help from the community. A few weeks ago I was playing a video ga

  • Windows system crash when connecting iPod Nano

    The above is a new development. Have had my 2nd Gen iPod Nano for about 3 months with no hitches. Now, however, my system freezes when connecting my iPod for update. The only new bit of software I have downloaded was virus free (according to Norton)

  • "sync"ing songs from IPOD to new computer

    My old computer crashed and I had to get a new one recently. I have downloaded the latest ITUNES Software (7 I believe). How can I get the music on my IPOD to transfer into my ITUNES Library on my new computer? I am worried that the new ITUNES is goi

  • Setting up Eclipse for SDL

    I used the tutorial in this forum to set up SDL for Xcode, but I'm really more comfortable working with Eclipse. I can't get SDL running in eclipse. It does see <SDL/SDL.h> but I can't get it working in Eclipse. I copied all the project settings from

  • Insufficient disk space error

    I'm a new iPhoto user and get an error message about insufficent disk space when I try to drag photos in from an inserted CD of .jpgs. New iMac... shouldn't get this message. Tried the different library approach outlined in some of your threads with