cancel
Showing results for 
Search instead for 
Did you mean: 

all emails not work

all emails not work

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    

3 REPLIES 3

Re: all emails not work

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

Manish Mittal
https://www.manishmittal.com/

Re: all emails not work

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

 

 

Re: all emails not work