Inside Activate
Email
Email Queue - How it works
3 min
emails are sent directly to the configured smtp server until a retry able error occurs activate uses industry standard processing based on the return error from the smtp to determine if the error is retry able or not errors that are permanent errors fail immediately and do not cause queuing retry able errors are added to a queue and an activate background process manages the queue, retrying the sending of the oldest email when an email is sent successfully from the queue the rest of the emails in the queue are sent and the system switches back to sending emails directly to the smtp server as normal email status the status of an email can be viewed in the send emails tab of the job log in activate administrator sent – email was successfully passed to the smtp server pending – an error occurred while passing the email to the smtp server activate will try to send again example network issue preventing communication with smtp server failed – a fatal error occurred while trying to pass the email to the smtp server activate will not try to send again example smtp server returned 'invalid address' retries activate will retry every 1 minute for 5 minutes, it will then switch to trying every 5 minutes if activate has not been able to send an email for 1 day (24 hours) then retries will cease and every email will be set to the failed state activate will wait 1 second between sending each subsequent email in the queue once smtp service has been restored in order to avoid flooding the server how to turn it on 1\) navigate to resources > configuration > smtp in activate administrator 2\) set enableretryqueue parameter to “true” 3\) restart activate job service