[SOLVED] Include hyperlink with events driven email |
9/20/2010 5:30:30 PM |
ASPRunnerPro General questions | |
C
cordaco author
Please some HELP!!!! |
|
![]() |
Sergey Kornilov admin 9/20/2010 |
Which event do you use the send this email and how sample link looks like? |
C
|
cordaco author 9/21/2010 |
Which event do you use the send this email and how sample link looks like?
|
![]() |
Sergey Kornilov admin 9/21/2010 |
If I understand it right you need to get the current View page URL in View page: Before process event. URL ="http://" & Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("URL") & "?" & Request.QueryString |
|
Stu 9/22/2010 |
If I may offer some advice to put you on your way. I did just this whenever an engineer updated a customer fault. |
C
|
cordaco author 9/22/2010 |
Maybe I am not being clear...
|
C
|
clig 9/22/2010 |
Maybe I am not being clear... I have a field which is a File/Image. I would like this File/Image to be included in the email as a hyperlink, not just as the file name. The intent is for the person receiving the "Events" driven email using either "Send Simple Email or Send Email with Data actions can click on the described link and the image or file opens using a browser. What happens now: What I need to happen:
|
C
|
cordaco author 9/23/2010 |
Thanks you very much! |
C
|
clig 9/27/2010 |
Thanks you very much! message="http://www.resourceliving.com/dbliving/Artwork/"'>http://www.resourceliving.com/dbliving/Artwork/" & dict("columnname") worked with a minor correction; message="http://www.resourceliving.com/dbliving/Artwork/"'>http://www.resourceliving.com/dbliving/Artwork/" & rs("columnname")
|