Visit the forum instructions to learn how to post to the forum, enable email notifications, subscribe to a category to receive emails when there are new discussions (like a mailing list), bookmark discussions and to see other tips to get the most out of our forum!
[SOLVED] EmailProcessor.php sends all emails to 'CiviMail.ignored'
  • CiviCRM is not correctly autofilling email activities.

     
  • 1 Comment sorted by
  • As pointed out by Xavier, EmailProcessor.php can be used for 2 different things:
    1. bounced email processing
    2. email to activity processing

    To use EmailProcessor.php for email to activity processing, append the 'activities' parameter. Example:

    CIVI_PARAMS="-sdefault -u$CIVI_USER -p$CIVI_MAILPROCESS_PW"
    (cd $CIVI_ROOT && $PHP "$CIVI_ROOT/bin/EmailProcessor.php" $CIVI_PARAMS activities)


    To use EmailProcessor.php for bounced email processing, simply omit the 'activities' parameter.

     

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Tagged

Loading