This is an old revision of the document!
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:
Troubleshooting why emails are not being delivered depends on the type of the email.
Before you proceed with further please make sure that you have specified valid ( working) email address in Admin panel » Settings » Main settings » Site email.
Important!:Troubleshooting steps are based on assumption that SMTP is disabled. |
Make sure that crontab command executing SkaDateX's ow_cron/run.php file has been created on your server. Most hosting providers have special area called “Cron jobs” within their control panels. Log in to your control panel ( ex. cPanel) » open “Cron Jobs” section :
Existing Crontab commands will be listed under “Current Cron Jobs” section:
If you don't have crontab command executing SkaDateX's ow_cron/run.php, most likely that is the reason why you are not receiving Cron related emails. Make sure to create Cron command using Cron Configuration Guide .
If you have crontab command executing SkaDateX's ow_cron/run.php, make sure that the command is correct. The best way to check this, is to follow Cron configuration using SSH steps. If you don't have SSH access details or you don't know how to use SSH, you can always ask your hosting provider to give you the path to PHP.
While checking “Current Cron Jobs” section, pay attention at how often Cron is set to run: ex. once a minute, or once in 5 minutes. You will need this information later on.
If new row appeared»everything is ok. Script has generated an email and this email is now waiting for Cron to run.
If new row didn't appear, this means that SkaDateX didn't generate the email. This situation is not likely to happen. If you face this, please contact SkaDateX support team.
Entry with my testing invitation email has been removed: this indicates that Cron ran successfully and your testing email has been pushed to your mail server. Once emails "leave" ow_base_mail table SkadateX software doesn't have control over what will happen with this email. Delivery is up to your mail server and recipient's mail provider only.
Entry with my testing invitation email has not been removed: this indicates that Cron didn't ran.As a result email has not not been sent. There could be several reasons why Cron didn't run.
contact your hosting provider and ask them to make sure that crond is up and running. If you have SSH access details you can check this yourself by running ps ax | grep crond via SSH. used cron command is incorrect. Once again make sure that correct command is used. If you have SSH access try executing your command via SSH. You should not be getting any errors. when setting up Cron Jobs via control panel you can specify an email address where you will be receiving email report each time Cron runs. Enter your email there. Wait until Cron runs. Check your email.If you receive the report, make sure that it doesn't contain any errors. open ow_log folder via FTP or File manager » open cron_error.log. Does the log contain any recent errors.
If you found any errors either within the email reports or within error logs and you are not sure what the errors means, you can always contact SkaDateX support team.
When emails “leave” ow_base_mail table our software no longer controls them. All is up to your mail server and recipient's mail provider. Possible reasons: - incorrect ( invalid) email has been specified in Admin panel » Settings » Main Settings. - email landed into spam/junk box. Make sure to check those inboxes. - your hosting/mail server is not working/blocking/restricting you from sending emails. What can be done: Enable SMTP and try sending out emails using gmail SMTP (http://support.google.com/mail/answer/13287?hl=en). Use Outgoing Mail (SMTP) - recipient's mail provider is blocking emails from your IP address/domain. Try sending inviting users with different emails. If email will be delivered to one address but won't reach other mailboxes, then you will need to contact corresponding mail providers and check with them whether your IP or domain is blacklisted.