• If you want to get in contact about a classified ad, no email will be sent. All other emails from the site will be delivered.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    do you have a plugin like Email Log installed on-site? If not then please install it send a message via contact form and see if the message is logged there.

    Thread Starter thomas110

    (@thomas110)

    Yes i have the plugin E mail Log.

    Mails about some registration will sending, mails about the plugin wpbruiser works.

    mails when you want send an seller a message it doesn′t work ??

    Plugin Author Greg Winiarski

    (@gwin)

    1. Do you have the Email module enabled in wp-admin / Classifieds / Options panel? If you do then make sure the contact form message is enabled there.

    2. Do you see a success message when you submit a contact form? If so then open file wpadverts/addons/contact-form/contact-form.php go-to line about 269 and before

    
    wp_mail( $mail["to"], $mail["subject"], $mail["message"], $mail["headers"] );
    

    add

    
    echo "<pre>"; print_r( $mail ); echo "</pre>";
    

    then send a message again you should see the debug info on page, you can copy it and paste here.

    Thread Starter thomas110

    (@thomas110)

    Ok done!

    i think it is a problem with arcor.de ?

    i get this mail:

    (English version below)

    Dies ist eine automatisch generierte Nachricht.

    Ihre Nachricht konnte nicht zugestellt werden.
    Ein Problembericht wurde erstellt und als Anlage beigelegt.

    Bei Unklarheiten kontaktieren Sie bitte den Support, senden
    Sie dazu den an diese E-Mail beigelegten Problembericht mit.

    ——————————————————————————

    This is an automatically generated message.

    I’m sorry to have to inform you that your message could not
    be delivered to one or more recipients. It’s attached below.

    For further assistance please contact support and include this problem report.

    <[email protected]>: bpmID25DC2330 reply 550 5.7.1 Message content not
    allowed OX_604 (in reply to end of DATA command)

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    it seems the problem is with the message content itself, are you entering some actual text in the message body or just “test”?

    Maybe the email server is discarding the message because the body is too short and it looks like spam?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘no emails sent via the classified ad’ is closed to new replies.