02-08-2012 03:50 AM
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
02-08-2012
05:53 AM
- last edited on
11-06-2024
01:04 PM
by
Content Cleaner
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.
02-08-2012 12:33 PM
Thank you, I will check it!