• Resolved lmsm76

    (@lmsm76)


    I’ve just installed the plugin but I received this notification of Postsmtp

    Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved.
    More info that may help – /home/carteamp/public_html/tofinauto/wp-includes/pluggable.php:175

    Since this the emails are not delivered. I’ve try to change the configuration for postsmtp from Mailer Type: PostSMTP to PHPMailer but the result it’s the same.

    Invalid “Reply-To” e-mail address

    I then disabled the CarDealer plugin and the emails are now beeing delivered again.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author sminozzi

    (@sminozzi)

    Hi,

    Try to disable:
    Enable Contact Form in Single Product Page?
    Dashboard => CarDealer => Settings

    Cheers,
    Bill

    Thread Starter lmsm76

    (@lmsm76)

    Hello Bill, It did not work. Just the fact to enable the plugin this starts to happen.

    POSTMAN SMTP LOG:
    New Message From Tofina Auto
    [email protected] Invalid “Reply-To” e-mail address “”Luis””

    Indeed I do not need the built-in “contact form” as I can use my own, but as soon the CarDealer plugin is enable I have the message

    Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved.

    I hope that this can be solved.

    Thanks

    Plugin Author sminozzi

    (@sminozzi)

    Hi,

    You can disable it:

    Try to open the file: multi-contact-form.php

    in
    wp-content/plugins/cardealer/includes/contact-form/

    go to line 71

    $success = wp_mail($recipient_email, EMAIL_SUBJECT, $message, $headers);

    and put // before, then,

    // $success = wp_mail($recipient_email, EMAIL_SUBJECT, $message, $headers);

    Cheers,

    Bill

    Thread Starter lmsm76

    (@lmsm76)

    Hi Bill,

    Exactly the same result.

    Invalid “Reply-To” e-mail address “”Luis Maia””

    after changing like you said.

    $headers = “eMail: WordPress Site < WordPress@” . $mydomain . ” >\n”;
    $headers .= ‘X-Mailer: PHP/’ . phpversion();
    // $success = wp_mail($recipient_email, EMAIL_SUBJECT, $message, $headers);

    Plugin Author sminozzi

    (@sminozzi)

    Please, try the version 2.74 uploaded today.

    Thread Starter lmsm76

    (@lmsm76)

    I’ve just did, disabled the plugin, enabled and I have the same result

    Invalid “Reply-To” e-mail address “”Luis Maia””

    Any toughts?

    Thanks.

    Plugin Author sminozzi

    (@sminozzi)

    Hey Luis,

    If you installed the version 2.74 and disable the emails, the plugin doesn’t call wp_mail.

    Options:
    1) You need to contact the developer of another plugin and request support.
    2) Include // as explained above or delete that line.
    3) You can find on repository more plugins to set the server to use SMTP.

    I can’t see another option.

    Cheers,
    Bill

    Thread Starter lmsm76

    (@lmsm76)

    Hello Bill,

    Now, after changing this line

    // $success = wp_mail($recipient_email, EMAIL_SUBJECT, $message, $headers);

    I received the following message

    The site is experiencing technical difficulties. Please check your site admin email inbox for instructions

    Weird?

    Plugin Author sminozzi

    (@sminozzi)

    Don’t forget to disable the contact form!
    Try to disable also the previous line.

    Thread Starter lmsm76

    (@lmsm76)

    It’s disabled Bill.

    And the line is disabled in multi-contact-form.php

    // $success = wp_mail($recipient_email, EMAIL_SUBJECT, $message, $headers);

    At the moment is //, if I enable then I receive the message

    The site is experiencing technical difficulties. Please check your site admin email inbox for instructions

    In whatever I want to do in WordPress Dashboard.

    Anyway, I will try to replace the postSMTP with another plugin, maybe it’s better and I will send a message to postSMTP developer to alert for this.

    Thanks!

    Plugin Author sminozzi

    (@sminozzi)

    You are welcome.
    You need to disable also this previous line:
    if (trim(get_option(‘CarDealer_enable_contact_form’, ‘no’) == ‘yes’))

    just add before //

    Thread Starter lmsm76

    (@lmsm76)

    Ok, I’ve disabled PostSMTP and activated WP Forms. The problem it’s solved.

    Thanks!

    Plugin Author sminozzi

    (@sminozzi)

    You are welcome.
    I’m glad to hear that.

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

The topic ‘Conflict with Postsmtp’ is closed to new replies.