Topic: row length in mail messages (Read 1217 times)
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« on: Aug 21, 2006, 04:58:08 pm »
If I send a e-mail with mail() (or a mail client) as plain text all rows are limited to ~70 chars and imag data is 72 chars long and continues in the next row.
This is bad for longer URL's. Does someone know a page with specifications about these length
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #1 on: Aug 21, 2006, 08:04:32 pm »
I don't, but I will advice you to take a look at the phpmailer class. It is a complete class so they will have solved this.