Hi, I send newsletter with php
all ok
but now I have received this to return path:
SMTP error from remote mail server after end of data:
host *** [***]: 550 line longer than 999 characters
??
thx
email error return this > 550 line longer than 999 char..
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
You should do yes since some SMTP servers will (as you've seen) reject the message if the lines are too long since they are unable to transmit them (and the RFC disallows it). If 76 chars is too shor just specify it as 999 in wordwrap().webstyler wrote:I must use wordwrap for text and for html version of email ?