Forum Moderators: coopster
I'm trying to pipe an email message to a php script which is working fine. But any links in the email are getting a little messed up.
eg
original email
email text and a link.
https://www.domain.com/new/booking.html?test=WW756&name=elgumbo
When I display the email after piping i see:
email text and a link.
https://www.domain.com/new/booking.html?test=3DWW756&name=3Delgumbo
Notice the 3D added after the ='s?
Anyone have an idea on why this is happening?
Thanks