Question
Embedded HTML gets Mangled in the Mailer
Hello,
I'm trying to send a list of potential degree programs to students that is based on their major and GPA. I then have a Appointment Request Form (qualtrics survey) that is then sent to a counselor when completed. Tableau creates the contact list for me with custom email text in html format. The HTML is in embedded fields in the contact list. I then use piped text to insert it in the email.
So.... each student should get a few degree programs included in the email that is mailed out. These are set up in a bulleted list and include links to the degree program's webpage: <ul><li><a href="url to degree program 1">BA in XYZ</a> at CSU Chico</li><li><a href="url to degree program 2">BA in ABC</a> at CSU Fullerton</li></ul>
The email appears to strip all of the links and a lot of the text as well. I usually get something like: <ul><li>BA in XYZ at CSU Chico BA in ABC at CSU Fullerton</li></ul>
And, some of the list items are missing and it sometimes removes other parts of the email. If anyone can help, I'd be grateful!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.