• Resolved limych

    (@limych)


    All mails via PHP_mail rejects with this error:

    A message that you sent contained one or more recipient addresses that were incorrectly constructed:

    =?UTF-8?Q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9_=D0=A5?=\n =?UTF-8?Q?=D1=80=D0=BE=D0=BB=D0=B5=D0=BD=D0=BE=D0=BA?= <mail@gmail.com>\n Subject: Connection test : =?UTF-8?Q?=D0=90=D1=80=D1=85=D0=B8?=\n =?UTF-8?Q?=D1=82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D0=BD=D1=8B?=\n =?UTF-8?Q?=D0=B9_=D1=84=D0=BE=D1=82=D0=BE=D0=B3=D1=80=D0=B0=D1=84_=D0=90?=\n =?UTF-8?Q?=D0=BD=D0=B4=D1=80=D0=B5=D0=B9_=D0=A5=D1=80?=\n =?UTF-8?Q?=D0=BE=D0=BB=D0=B5=D0=BD=D0=BE=D0=BA?= – Template : comments\n[…]

    https://wordpress.org/plugins/mailpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arena

    (@arena)

    did you ask your webhost support about the use of php_mail ?

    Thread Starter limych

    (@limych)

    Yes, php_mail is supported. Letters are sent. But when they are sent all headers recorded virtually as one.

    As I understood, this is due to incorrect transmission headers to php_mail. Headers must be separated by “\r\n”, but they are only separated by “\n”.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Incorrectly constructed recipient addresses’ is closed to new replies.