Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Single line emails

Status
Not open for further replies.

ndnalibi

MIS
Nov 12, 2002
61
US
Hello,

I've been asked to fix a problem. A zend-encoded php application is sending email via a form through an Exchange 2003 server. Seems like it's leaving the crlf's in. The email is being sent as plain text. Sample below
Code:
please provide their names:no\r\nMark course of interest:BUSINESS ENGLISH\r\n2 weeks\r\nPreferred Location:
<br>(Location requests will be considered but cannot be guaranteed as classroom space is limited.)CHICAGO\r\nInternational student application processing fees:By Mail\r\n\r\nLanguage in which you prefer to be contacted:ENGLISH\r\n

Is there any way to correct this on the exchange server? The php files are not accessable and the programmer has dissapeared(and he's from Belorussia - too far to stop by)

Thanks,

Bill
 
Nevermind, upon further investigation I was able to find what happened. the programmer used '\r\n' instead of "\r\n" in the form causing the returns to be written as text.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top