Hi,
It's possible
You must find the function getRedirectForMail in the file UploadFiles/AdvancedMail.asp and change this part of code
1069 if valueToRedirectSend <> "" then 1070 listToSend = split(valueToRedirectSend,"|") 1071 for x = 0 to ubound(listToSend) if UploadFormRequest(listToSend(x))<>"" then newPage = newPage & "<input name=" & chr(34) & listToSend(x) & chr(34) & " type=" & chr(34) & "hidden" & chr(34) & " value=" & chr(34) & UploadFormRequest(listToSend(x)) & chr(34) & ">" end if 1072 next 1073 end if
In red the new lines to add
Gianluigi
|
|
|