Page 1 of 1

Email Web link: customize object and body text

Posted: Thu Oct 23, 2014 4:01 pm
by impact
When you enable email web link seding you have a text like this

Now we have Object: abc@abc.com" rel="nofollow has sent you a file via abc.abc.com

Body abc@abc.com" rel="nofollow has sent you a file via abc.abc.com
File Name: abc.zip

You can download the file with the following URL:
weblink


Is it possible to customize object and body text? If yes how?

Thanks

Andrea
Impact

Re: Email Web link: customize object and body text

Posted: Mon Oct 27, 2014 8:01 am
by FTP
You can modify the file "webclient/weblink_update.html":

Code: Select all

				local content = [[
				<br><H3>File Name: ]]..filename..[[</H3><br> You can download the file with the following URL: <br><a href="]]..url..[[">]]..url..[[</a>
				]]