• Hi;

    My tests were successfull. But when I try to send mail from Contact Form 7 plugin, although form returns successful message to the user, I am getting error in logs, and cannot get the mail.

    Here is the log:

    [21-Aug-2014 09:15:59 UTC] PHPMailer Object
    (
        [Version] => 5.2.7
        [Priority] => 3
        [CharSet] => UTF-8
        [ContentType] => text/plain
        [Encoding] => 8bit
        [ErrorInfo] =>
        [From] => no-reply@****.com
        [FromName] => Web
        [Sender] =>
        [ReturnPath] =>
        [Subject] => Demo Request
        [Body] => Reply-To: info@****.com
    
    Yönetici Adı : sdfsdfsdfsdf
    
    İşletme Adı: fsdfsdfsds
    
    İşletme Adresi: fsdfsdfsdfdf
    
    Telefon: sfsdf
    
    E-posta: sdfsdf@fdsd.com
    
    Mesaj: sdfsdfsdf
    
        [AltBody] =>
        [Ical] =>
        [MIMEBody:protected] =>
        [MIMEHeader:protected] =>
        [mailHeader:protected] =>
        [WordWrap] => 0
        [Mailer] => smtp
        [Sendmail] => /usr/sbin/sendmail
        [UseSendmailOptions] => 1
        [PluginDir] =>
        [ConfirmReadingTo] =>
        [Hostname] =>
        [MessageID] =>
        [MessageDate] =>
        [Host] => 5.2.84.49
        [Port] => 587
        [Helo] =>
        [SMTPSecure] => tls
        [SMTPAuth] => 1
        [Username] => no-reply@****.com
        [Password] => ******
        [AuthType] =>
        [Realm] =>
        [Workstation] =>
        [Timeout] => 10
        [SMTPDebug] => 0
        [Debugoutput] => echo
        [SMTPKeepAlive] =>
        [SingleTo] =>
        [SingleToArray] => Array
            (
            )
    
        [do_verp] =>
        [AllowEmpty] =>
        [LE] => 
    
        [DKIM_selector] =>
        [DKIM_identity] =>
        [DKIM_passphrase] =>
        [DKIM_domain] =>
        [DKIM_private] =>
        [action_function] =>
        [XMailer] =>
        [smtp:protected] =>
        [to:protected] => Array
            (
                [0] => Array
                    (
                        [0] => info@***.com
                        [1] =>
                    )
    
            )
    
        [cc:protected] => Array
            (
            )
    
        [bcc:protected] => Array
            (
            )
    
        [ReplyTo:protected] => Array
            (
            )
    
        [all_recipients:protected] => Array
            (
                [info@****.com] => 1
            )
    
        [attachment:protected] => Array
            (
            )
    
        [CustomHeader:protected] => Array
            (
                [0] => Array
                    (
                        [0] => Reply-To
                        [1] =>  no-reply@***.com
                    )
    
            )
    
        [lastMessageID:protected] =>
        [message_type:protected] =>
        [boundary:protected] => Array
            (
            )
    
        [language:protected] => Array
            (
            )
    
        [error_count:protected] => 0
        [sign_cert_file:protected] =>
        [sign_key_file:protected] =>
        [sign_key_pass:protected] =>
        [exceptions:protected] => 1
    )

    https://wordpress.org/plugins/wp-mail-smtp/

  • The topic ‘I cannot send mail from Contact Form 7’ is closed to new replies.