WebAsyst allows sending various email messages and automatic notifications to the account users. For sending emails WebAsyst uses PHP function mail() by default. Instead of it function SMTP connection can be used if set up in WebAsyst Installer section "Settings -> General Settings".
If email notifications are not sent out check the following:
- Whether the server is correctly configured to send emails:
- If you have configured SMTP connection using WebAsyst Installer, make sure that your web hosting provider supports dispatch of email messages through SMTP connection and, if so, check whether SMTP parameters have been entered correctly.
- In WebAsyst Installer section "Settings -> General Settings" the correct email address must be saved in field "Robot Email Address". That email address should be allowed by the web hosting provider as the sender address for emails sent out by PHP scripts. Quite often it should be an email address created on the same domain name where WebAsyst Shop-Script is installed.
If emails are not sent by WebAsyst Shop-Script, the following should also be checked:
- Log in to the store administrator account, go to section "Settings -> Settings -> General" and save the allowed sender address in field "General email address of your store".
- Analyze the contents of email error messages if they are written to log file /data/DATABASE_KEY/attachments/SC/temp/send_mail_errors(DATE).log. Their contents will help you to understand the cause of the problem preventing the script from sending out email messages.