Hello,
Have converted the templates to use multi-part so that HTML and plain text
emails can be generated. The problem I am having is when the following
FreeMarker variable is rendered:
<#assign
url=baseURL+'?id='+passwordID+'&pwl='+passwordContainer.passwordLength+'&email='+recipient?url('UTF-8')+'&ts='+portalInvitation.timestamp?c+'&action=signup&mac='+portalInvitation.mac>
for some reason when each of the GET elements, '&pwl=', are added into the URL
at rendering time FreeMarker decides to insert the characters 3D in front of
them make the URL useless.
For the HTML MIME part I am using the following encoding:
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
I have tested by sending myself and normal email, as multi-part, and links work
fine so it is definitely something to do with the variable rendering. Has
anybody else encountered this as I am struggling to find anything on the search
engines.
--
Thanks, Phil
_______________________________________________
Users mailing list
[email protected]
http://lists.djigzo.com/lists/listinfo/users