i have setup the emails and every thing is perfect but i cant send or receive emails via website , new orders , rest password , and all types not work
what can i do about this problem
thank for help
Hello @soha_elkahlout
If email is not sending then you can configure sendgrid SMTP in your store. Please find below free plugin to configure:
M1 Plugin:
https://marketplace.magento.com/sendgrid-sendgrid-emaildeliverysimplified.html
Hello @soha_elkahlout,
Please create sample mail script on server and check it mail is working or not server. If not working then contact hosting provider for it. You can find out mail script below
<?php // the message $msg = "First line of text\nSecond line of text"; // use wordwrap() if lines are longer than 70 characters $msg = wordwrap($msg,70); // send email mail("someone@example.com","My subject",$msg); ?>
Let me know if it working or not.
--
If my answer is useful, please Accept as Solution & give Kudos
please refer the below link
https://magento.stackexchange.com/questions/152799/order-confirmation-email-not-send-in-magento-2