GetSimple Support Forum

Full Version: p01 contact doesn't send mail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, as subject, I installed p01 contact, putted the (% contact %) text on page... I fill the fields (only default, I only set lenght to 10 character, but tired with default too, and wrote the email address in the right box of the plugin), send the mail, and get the message "mail sent"
I get no error... I put the debug here:
Code:
$p01contact :
P01contact Object
(
    [version] => 0.9.1
    [default_email] =>
    [default_lang] => it
    [securimage_url] => "domain"/plugins/p01-contact/captcha/
    [forms:private] => Array
        (
            [1] => P01contact_form Object
                (
                    [P01contact] => P01contact Object
*RECURSION*
                    [id:private] => 1
                    [status:private] =>
                    [targets:private] => Array
                        (
                            [0] => raikoug@gmail.com
                        )

                    [fields:private] => Array
                        (
                            [0] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 0
                                    [type:private] => name
                                    [title:private] =>
                                    [value:private] =>
                                    [required:private] => 1
                                    [locked:private] =>
                                    [error:private] =>
                                )

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

                            [2] => P01contact_field Object
                                (
                                    [form:private] => P01contact_form Object
*RECURSION*
                                    [id:private] => 2
                                    [type:private] => message
                                    [title:private] =>
                                    [value:private] =>
                                    [required:private] => 1
                                    [locked:private] =>
                                    [error:private] =>
                                )

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

                        )

                )

        )

)

when I send the mail i get no error... but I don't receive the mail.
I double checked the mail, I copied from my mail page to the mail form to be sure... If you need more info I will give.

edit--> I forgot a thing... maybe ... a big thing:
in "admin/health-check.php" i've an errore with apache... could it be that? (but I "know" that i only need php for mail send... infact it's name is php mailer...). here an image
[attachment=237]

also sorry about my english.. i'm italian.. thanks for all time spent for me ^^