LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

7 bit encoding

Hello,

 

I'm trying to send an email, using SMTP client, to a SMS getaway.

The email must be plain text with 'Content-Transfer-Encoding' set to 7-bit.

I cannot find any property to change this Content-Transfer-Encoding which is set by default to quoted printable.

 

Does anyone have an idea?

 

Thanks in advance

 

0 Kudos
Message 1 of 3
(2,746 Views)

I would start by trying "SMTP Email Send Message (Small).vi"

 

This VI has an Boolean option to strip the high bit from yout message text (default = true).

 

Plain text is the default MIME type. If your server server explicitly requires the MIME type to be set, you will need to 'roll your own' version of the VI above to add the type yourself.

0 Kudos
Message 2 of 3
(2,731 Views)

Thank you, I will check it!

0 Kudos
Message 3 of 3
(2,712 Views)