This version is outdated by a newer approved version.
This version (2015/03/11 07:21) is a draft.
Approvals: 0/1
This is an old revision of the document!
Overview
SkaDateX software and it's plugins generate/process a number of different emails:
All emails are divided into 2 types based on the way script works with them:
direct emails:those emails are sent regardless of Cron. Example: new users registers » verification email gets generated » email is sent right away. This type includes: verification, welcome, user approval, forgot password emails.
emails sent via Cron: those emails are sent only when Cron runs. Example: you invite a user » invitation email gets generated » email is added into “to be sent” queue » Cron runs » email is sent. This type includes all other emails that are not listed under first group.
Troubleshooting why emails are not being delivered depends on the type of the email.
Troubleshooting Steps
These troubleshooting steps are based on assumption that SMTP is disabled.
1.
I am not receiving direct emails: ex. verification email. What to do?