Hi,
I'm using the mail() function to send e-mails to subscribers of my newsletter. Somehow, when I send a message using a standard HTML form in the recipients e-mail box the message stretches out over the entire page. And I'd like to limit its size up to let's say 80 characters per line.
Is there an idea how to do this in PHP?
Witold