sql - SSIS Sending Email with a Link -


i have couple of ssis questions regarding send mail task. first if pulling email body , subject directly sql server table , putting variable, there way in expression builder messagesource replace values (such flag !!!) other variable values?

second, there way when pull email body sql variable have link in email? have tried <a href> tag in sql table , code comes through in every email have tried. using expression builder mentioned above. again help!

you can use ssis variables construct message using expression task.

the send mail task supports plaintext. sending html mail message script task 1 alternative, cozyroc send mail task plus another.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -