Email Web link: customize object and body text

Please post here if you have problems in using Wing FTP Server.
Post Reply
impact
Posts: 19
Joined: Fri May 10, 2013 1:39 pm

Email Web link: customize object and body text

Post 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
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Email Web link: customize object and body text

Post 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>
				]]
Post Reply