From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,267 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.


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

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

Thank you, I will check it!

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