• Resolved Frederik1234567894321

    (@frederik1234567894321)


    After installed and configured Fast Secure Contact Form, i’m getting this when debugging the failure:

    Test Message Sent
    wordpress Test email to [email protected]
    The result was:
    See FAQ
    boolean false
    The full debugging output is shown below:
    See FAQ
    object(PHPMailer)[537]
    public ‘Version’ => string ‘5.2.7’ (length=5)
    public ‘Priority’ => int 3
    public ‘CharSet’ => string ‘UTF-8’ (length=5)
    public ‘ContentType’ => string ‘text/plain’ (length=10)
    public ‘Encoding’ => string ‘8bit’ (length=4)
    public ‘ErrorInfo’ => string ‘Could not instantiate mail function.’ (length=36)
    public ‘From’ => string ‘[email protected]’ (length=19)
    public ‘FromName’ => string ‘Fast Secure Contact Form’ (length=24)
    public ‘Sender’ => string ” (length=0)
    public ‘ReturnPath’ => string ” (length=0)
    public ‘Subject’ => string ‘Test email to [email protected]’ (length=33)
    public ‘Body’ => string ‘This is a test email generated by the Fast Secure Contact Form
    WordPress plugin.’ (length=81)
    public ‘AltBody’ => string ” (length=0)
    public ‘Ical’ => string ” (length=0)
    protected ‘MIMEBody’ => string ‘This is a test email generated by the Fast Secure Contact Form
    WordPress plugin.
    ‘ (length=81)
    protected ‘MIMEHeader’ => string ‘Date: Sat, 26 Jul 2014 18:25:16 +0000
    Return-Path: <[email protected]>
    From: Fast Secure Contact Form <[email protected]>
    Message-ID: <22c883a2e64add1d18d9254ac733f56f@localhost>
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    Reply-To: [email protected]
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    ‘ (length=385)
    protected ‘mailHeader’ => string ‘To: [email protected]
    Subject: Test email to [email protected]
    ‘ (length=67)
    public ‘WordWrap’ => int 0
    public ‘Mailer’ => string ‘mail’ (length=4)
    public ‘Sendmail’ => string ‘/usr/sbin/sendmail’ (length=18)
    public ‘UseSendmailOptions’ => boolean true
    public ‘PluginDir’ => string ” (length=0)
    public ‘ConfirmReadingTo’ => string ” (length=0)
    public ‘Hostname’ => string ” (length=0)
    public ‘MessageID’ => string ” (length=0)
    public ‘MessageDate’ => string ” (length=0)
    public ‘Host’ => string ‘localhost’ (length=9)
    public ‘Port’ => int 25
    public ‘Helo’ => string ” (length=0)
    public ‘SMTPSecure’ => string ” (length=0)
    public ‘SMTPAuth’ => boolean false
    public ‘Username’ => string ” (length=0)
    public ‘Password’ => string ” (length=0)
    public ‘AuthType’ => string ” (length=0)
    public ‘Realm’ => string ” (length=0)
    public ‘Workstation’ => string ” (length=0)
    public ‘Timeout’ => int 10
    public ‘SMTPDebug’ => int 2
    public ‘Debugoutput’ => string ‘echo’ (length=4)
    public ‘SMTPKeepAlive’ => boolean false
    public ‘SingleTo’ => boolean false
    public ‘SingleToArray’ =>
    array (size=0)
    empty
    public ‘do_verp’ => boolean false
    public ‘AllowEmpty’ => boolean false
    public ‘LE’ => string ‘
    ‘ (length=1)
    public ‘DKIM_selector’ => string ” (length=0)
    public ‘DKIM_identity’ => string ” (length=0)
    public ‘DKIM_passphrase’ => string ” (length=0)
    public ‘DKIM_domain’ => string ” (length=0)
    public ‘DKIM_private’ => string ” (length=0)
    public ‘action_function’ => string ” (length=0)
    public ‘XMailer’ => string ” (length=0)
    protected ‘smtp’ => null
    protected ‘to’ =>
    array (size=1)
    0 =>
    array (size=2)
    0 => string ‘[email protected]’ (length=19)
    1 => string ” (length=0)
    protected ‘cc’ =>
    array (size=0)
    empty
    protected ‘bcc’ =>
    array (size=0)
    empty
    protected ‘ReplyTo’ =>
    array (size=0)
    empty
    protected ‘all_recipients’ =>
    array (size=1)
    [email protected]’ => boolean true
    protected ‘attachment’ =>
    array (size=0)
    empty
    protected ‘CustomHeader’ =>
    array (size=1)
    0 =>
    array (size=2)
    0 => string ‘Reply-To’ (length=8)
    1 => string ‘ [email protected]’ (length=20)
    protected ‘lastMessageID’ => string ‘<22c883a2e64add1d18d9254ac733f56f@localhost>’ (length=44)
    protected ‘message_type’ => string ‘plain’ (length=5)
    protected ‘boundary’ =>
    array (size=3)
    1 => string ‘b1_22c883a2e64add1d18d9254ac733f56f’ (length=35)
    2 => string ‘b2_22c883a2e64add1d18d9254ac733f56f’ (length=35)
    3 => string ‘b3_22c883a2e64add1d18d9254ac733f56f’ (length=35)
    protected ‘language’ =>
    array (size=18)
    ‘authenticate’ => string ‘SMTP Error: Could not authenticate.’ (length=35)
    ‘connect_host’ => string ‘SMTP Error: Could not connect to SMTP host.’ (length=43)
    ‘data_not_accepted’ => string ‘SMTP Error: data not accepted.’ (length=30)
    ’empty_message’ => string ‘Message body empty’ (length=18)
    ‘encoding’ => string ‘Unknown encoding: ‘ (length=18)
    ‘execute’ => string ‘Could not execute: ‘ (length=19)
    ‘file_access’ => string ‘Could not access file: ‘ (length=23)
    ‘file_open’ => string ‘File Error: Could not open file: ‘ (length=33)
    ‘from_failed’ => string ‘The following From address failed: ‘ (length=35)
    ‘instantiate’ => string ‘Could not instantiate mail function.’ (length=36)
    ‘invalid_address’ => string ‘Invalid address’ (length=15)
    ‘mailer_not_supported’ => string ‘ mailer is not supported.’ (length=25)
    ‘provide_address’ => string ‘You must provide at least one recipient email address.’ (length=54)
    ‘recipients_failed’ => string ‘SMTP Error: The following recipients failed: ‘ (length=45)
    ‘signing’ => string ‘Signing Error: ‘ (length=15)
    ‘smtp_connect_failed’ => string ‘SMTP connect() failed.’ (length=22)
    ‘smtp_error’ => string ‘SMTP server error: ‘ (length=19)
    ‘variable_set’ => string ‘Cannot set or reset variable: ‘ (length=30)
    protected ‘error_count’ => int 1
    protected ‘sign_cert_file’ => string ” (length=0)
    protected ‘sign_key_file’ => string ” (length=0)
    protected ‘sign_key_pass’ => string ” (length=0)
    protected ‘exceptions’ => boolean false
    The Email debugging output is shown below:
    See FAQ
    Could not instantiate mail function.

    Why was there the failure boolean false?
    Regards Frederik

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fast Secure Contact Form’ is closed to new replies.