Reputation: 1
Am a newbie to magento, website is completely ready & all functionalities are working, except email. No email is sent or received from magento. Even waited for 48 hours still no hope.
Pls help.
https://i.sstatic.net/TJHog.png https://i.sstatic.net/Mumx5.png
Update:
community/ASchroder_SMTPPro: couldn't connect to host
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' in /home/apttrend/public_html/alayaonshop/lib/Zend/Db/Statement/Pdo.php:228 Stack trace: #0 /home/apttrend/public_html/alayaonshop/lib/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array) #1 /home/apttrend/public_html/alayaonshop/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array) #2 /home/apttrend/public_html/alayaonshop/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array) #3 /home/apttrend/public_html/alayaonshop/lib/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #4 /home/apttrend/public_html/alayaonshop/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT core_se...', Array) #5 /home/apttrend/public_html/alayaonshop/lib/Varien/Db/Adapter/Pdo/Mysql.php(428): Zend_Db_Adapter_Pdo_Abstract->query('SELECT
core_se...', Array) #6 /home/apttrend/public_html/alayaonshop/lib/Zen in /home/apttrend/public_html/alayaonshop/lib/Zend/Db/Statement/Pdo.php on line 235
Reporting this error when installing the extension
Upvotes: 0
Views: 278
Reputation: 73
After 1.9.1 version, magento send e-mails periodically. So you need to configure cronjob to your server. Configure your server to access the cron.sh or cron.php of your magento installation
Upvotes: 0