Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
what is displayed? A name or the "Anonymous" sentence?
displayed name - for example Евгений

show me the mail headers From/Reply-To/Return-Path?
To: eugene[a]mail.ru
Subject: =?utf-8?B?0KLQtdC80LA=?=
From: Евгений <post[a]mail.ru>
Reply-To: Евгений <post[a]mail.ru>

Debug mode
Code:
p01-contact (not) sent mail :
(To: eugene@XXX.ru)
(Subject: =?utf-8?B?0J/RgNC+0LLQtdGA0LrQsCBUZXN0?=)
From: Евгений Eugene
Reply-To: Евгений Eugene
Return-Path: Евгений Eugene
MIME-Version: 1.0
Content-type: multipart/alternative; boundary="----p01contact_boundary--b497be281f21d8bcbd8ce60830804153"
X-Mailer: PHP/5.2.14

------p01contact_boundary--b497be281f21d8bcbd8ce60830804153
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Сообщение отправлено с сайта r1e.ru

Ваше сообщение :
Сообщение Message


Это сообщение было отправлено со страницы /contacts/
If this mail should not be for you, please contact the administrator

------p01contact_boundary--b497be281f21d8bcbd8ce60830804153
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit

Сообщение отправлено с сайта r1e.ru

Ваше сообщение :

Сообщение Message


Это сообщение было отправлено со страницы /contacts/
If this mail should not be for you, please contact the administrator


------p01contact_boundary--b497be281f21d8bcbd8ce60830804153--

p01-contact debug
$_POST :
array(2) {
  ["p01-contact_fields"]=>
  array(5) {
    [0]=>
    string(21) "Евгений Eugene"
    [1]=>
    string(13) "post@XXXX.biz"
    [2]=>
    string(21) "Проверка Test"
    [3]=>
    string(26) "Сообщение Message"
    [4]=>
    string(6) "zmm4Aw"
  }
  ["p01-contact_form"]=>
  array(2) {
    ["id"]=>
    string(1) "1"
    ["token"]=>
    string(55) "b68d8740b22363fabd94d96e2323193d4d493b5202a926.48046541"
  }
}
$p01contact :
P01contact Object
(
    [default_email] =>
    [default_lang] => en
    [securimage_url] => http://r1e.ru/plugins/p01-contact/captcha/
    [action] => send_mail
    [version:private] => 1.0
    [error:private] =>
    [forms:private] => Array
        (
            [1] => P01contact_form Object
                (
                    [P01contact] => P01contact Object
*RECURSION*
                    [id:private] => 1
                    [status:private] => Тестовый режим
                    [targets:private] => Array
                        (
                            [0] => eugene@XXX.ru
                        )

                    [fields:private] => Array
                        (
                            [0] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 0
                                    [type:private] => name
                                    [title:private] =>
                                    [value:private] => Евгений Eugene
                                    [required:private] => 1
                                    [hidden:private] =>
                                    [locked:private] =>
                                    [error:private] =>
                                )

                            [1] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 1
                                    [type:private] => email
                                    [title:private] =>
                                    [value:private] => post@XXXX.biz
                                    [required:private] => 1
                                    [hidden:private] =>
                                    [locked:private] =>
                                    [error:private] =>
                                )

                            [2] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 2
                                    [type:private] => subject
                                    [title:private] =>
                                    [value:private] => Проверка Test
                                    [required:private] => 1
                                    [hidden:private] =>
                                    [locked:private] =>
                                    [error:private] =>
                                )

                            [3] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 3
                                    [type:private] => message
                                    [title:private] =>
                                    [value:private] => Сообщение Message
                                    [required:private] => 1
                                    [hidden:private] =>
                                    [locked:private] =>
                                    [error:private] =>
                                )

                            [4] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 4
                                    [type:private] => captcha
                                    [title:private] =>
                                    [value:private] => zmm4Aw
                                    [required:private] => 1
                                    [hidden:private] =>
                                    [locked:private] =>
                                    [error:private] =>
                                )

                        )

                )

        )

)

May be it's mail.ru problem
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by Eugene - 2011-02-02, 22:25:23



Users browsing this thread: 1 Guest(s)