Re: Where is the email address?



..oO(NC)

On May 30, 7:14 am, Michael Fesser <neti...@xxxxxx> wrote:

You should decide for one type of linebreaks and not mix various
of them at will. Either use "\r\n" or just "\n".

The relevant RFCs suggest "\r\n", so it's probably a good idea to
follow this suggestion...

The RFC is one thing, the used MTA another. While "\r\n" is the RFC-
compliant way, it might cause problems with some MTAs, so it might
require some tests or a third-party mail class like PHPMailer.

Micha
.