Pop3 Polling on development

Is it possible to manually trigger a pop3 poll? My development instance doesn’t appear to be doing it, though all is configured correctly.

You need to set an environment variable when you run sidekiq, otherwise POP3 polling is disabled.

POLL_MAILBOX=1 bundle exec sidekiq

Then you can use the sidekiq web interface to trigger the PollMailbox manually.

7 Likes

@gerhard

I owe you a :beer:

Thanks man

1 Like