Help People
I am having some problems with Magento 2 emails, as I am not receiving them. I am not really sure what is going on. I have done a lot of searching but have not found a solution yet. There are not really any error log to work with, with is weird.
Magento 2 is loging this in the systems.log file, I dont no if it has anything to do with the problem I am having.
[2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_catalog_sync is run [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_catalog_sync is successfully finished. Statistics: {"sum":0.017189979553223,"count":1,"realmem":0,"emalloc":723464,"realmem_start":33554432,"emalloc_start":31771072} [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_customer_subscriber_guest_sync is run [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_customer_subscriber_guest_sync is successfully finished. Statistics: {"sum":0.014199018478394,"count":1,"realmem":0,"emalloc":463712,"realmem_start":33554432,"emalloc_start":32494616} [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_importer is run [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_importer is successfully finished. Statistics: {"sum":0.018417119979858,"count":1,"realmem":0,"emalloc":94848,"realmem_start":33554432,"emalloc_start":32958008} [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_order_sync is run [] [] [2018-09-07 18:30:29] main.INFO: Cron Job ddg_automation_order_sync is successfully finished. Statistics: {"sum":0.021106958389282,"count":1,"realmem":2097152,"emalloc":479792,"realmem_start":33554432,"emalloc_start":33052632} [] [] [2018-09-07 18:30:30] main.INFO: Cron Job ddg_automation_reviews_and_wishlist is run [] [] [2018-09-07 18:30:30] main.INFO: Cron Job ddg_automation_reviews_and_wishlist is successfully finished. Statistics: {"sum":0.0093498229980469,"count":1,"realmem":0,"emalloc":423344,"realmem_start":35651584,"emalloc_start":33532088} [] [] [2018-09-07 18:30:30] main.INFO: Cron Job ddg_automation_status is run [] [] [2018-09-07 18:30:30] main.INFO: Cron Job ddg_automation_status is successfully finished. Statistics: {"sum":0.018826961517334,"count":1,"realmem":0,"emalloc":95336,"realmem_start":35651584,"emalloc_start":33955096} [] [] [2018-09-07 18:31:02] main.INFO: Cron Job indexer_reindex_all_invalid is run [] [] [2018-09-07 18:31:02] main.INFO: Cron Job indexer_reindex_all_invalid is successfully finished. Statistics: {"sum":0.016886949539185,"count":1,"realmem":0,"emalloc":748448,"realmem_start":33554432,"emalloc_start":30699400} [] [] [2018-09-07 18:31:03] main.INFO: Cron Job indexer_update_all_views is run [] [] [2018-09-07 18:31:03] main.INFO: Cron Job indexer_update_all_views is successfully finished. Statistics: {"sum":0.072280168533325,"count":1,"realmem":0,"emalloc":278680,"realmem_start":33554432,"emalloc_start":31450736} [] [] [2018-09-07 18:31:06] main.WARNING: Could not acquire lock for cron group: default, skipping run [] []
I have made sure that all the setting are right. I dont think I have missed anything. there are some screen shots of the settings.
Solved! Go to Solution.
Have you configured any email services on your server ?
You required to configured email service on your server to send the emails or else you can use SMTP extension for the same !
Have you configured any email services on your server ?
You required to configured email service on your server to send the emails or else you can use SMTP extension for the same !
Hello @mcmagento_mcmagento
If email is not sending then you can configure sendgrid SMTP in your store. Please find below free plugin to configure:
M2 Plugin:
https://marketplace.magento.com/sendgrid-email-delivery-simplified.html
M1 Plugin:
https://marketplace.magento.com/sendgrid-sendgrid-emaildeliverysimplified.html
Kudos and accept it as Solution if issues solved. Cheers coding