splitbrain / dokuwiki-plugin-smtp

Send DokuWiki mails via a configured SMTP server
https://www.dokuwiki.org/plugin:smtp
12 stars 14 forks source link

Fixes Got: 501 | 501 Syntax error - line too long error #25

Open friedrico opened 5 years ago

friedrico commented 5 years ago

when making considerable changes

I tried e.g. to create a 5000 word Lorem Ipsum page - mail notification failed I tried to replace it by a rot13 version of itself - mail notification failed I tried to revert the changes - mail notification failed

The fix should make sense, since the rfc states the line separator is CRLF not LF

May also be a server depend error...

splitbrain commented 5 years ago

what's your MTA?

friedrico commented 5 years ago

If you mean the plugin setting for outgoing smtp server: that is a public smtp server Since I changed the code like I said the problem haven't occurred to me again

splitbrain commented 5 years ago

I'm asking about the involved mail transfer agents aka. the mail servers handling the mail.

friedrico commented 5 years ago

As I said the mail is sent via an external public smtp server - e.g. smtp.gmail.com. Please clarify your question.

fwolfst commented 4 years ago

Same issue here. Fix not yet assessed. Outgoing server is from 1and1 / ionos.

fwolfst commented 4 years ago

https://github.com/splitbrain/dokuwiki-plugin-smtp/issues/7 sounds somewhat related