PHP smtp not Mainframe friendly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Klaws_wolverine
Forum Commoner
Posts: 32
Joined: Mon Sep 29, 2003 10:11 am

PHP smtp not Mainframe friendly

Post by Klaws_wolverine »

Hello all,

I have php form, when the user clicks on submit, an email is sent with all form data to an inbox. Now the problem is that this email will be read by our OS/400, and it's not being outputed properly.

Sometimes there are equal signs right before a carriage return. Would anyone know how to fix this?

Also, when some tries to type a 'é' in a form field, for french ppl, the mainframe reads it as =E9.

Would anyone know how to fix this, it's being read as a MIME multi-part message. The email also gets read by Interscan E-mail Viruswall.

Is there anything I can do to fix this problem, I am at a total impasse.

Thank You
MK
Post Reply