Bruno Henrique da Silva Posted November 21, 2011 Report Share Posted November 21, 2011 Hello, I create in labview to send an HTML email, so I would like to have a field where you can type in labview and manages this HTML, I need the same way as a standard, so as an entry where I escrevr write and then send the labview own, the html for the email would contain links and images as in email sent by large retailers. Can someone help me, I am new to labview. I do not know if I've been very clear with my words. Quote Link to comment
Jon Kokott Posted November 21, 2011 Report Share Posted November 21, 2011 You want to use labview to spam the world? Quote Link to comment
Ton Plomp Posted November 21, 2011 Report Share Posted November 21, 2011 LabVIEW has an SMTP email client, that allows you to send an email. If you want that email to contain HTML contents, you just have to put that into the message of the email. For the actual content of the HTML message I would look at some email's you want to mimic. Note however that sending email has got quite tricky the most recent years. All large online email-systems (yahoo, google/gmail, microsoft/hotmail/live.com) allmost force you to go through a known email server. It is one of the effects where the normal people suffer from the bad exceptions (spam). Ton Quote Link to comment
Phillip Brooks Posted November 22, 2011 Report Share Posted November 22, 2011 You can use the example VI on the NI Community forum to send email messages via GMAIL. http://decibel.ni.com/content/docs/DOC-2401 If you want to send HTML in the body of the message, you would need to modify the example to set the MailMessage IsBodyHtml property to TRUE. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.