Author |
|
Myr Newbie
Joined: 19 February 2007 Location: Chile
Online Status: Offline Posts: 1
|
Posted: 19 February 2007 at 11:30am | IP Logged
|
|
|
Hi Everybody:
How can I include an variable html link into the body text?. I'm using SMTP objetcs for classic ASP.
Depending of the answer, I'd like to add parameters to the link behind an image or text, like this;
<a href="www.datum.cl?var1=1&var2=2&...&varN=N">Click</a& gt;
Thanks,
Myr
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 19 February 2007 at 12:11pm | IP Logged
|
|
|
Simply append anything you need to SMTP.BodyText value (provided that SMTP.BodyFormat=1).
Regards,
Alex
|
Back to Top |
|
|