Magento 2.3 Not Sending any Emails - magento

I am using Magento 2.3 installed via web hosting Cpanel.
I am testing the emails but nothing was sent to my emails in hotmail or gmail or personal hosting emails
nor sending to spam folder
I tested the email sending from another script (Wordpress) on my hosting and it was working fine I get emails
I have tested using my hosting emails also gmail email it doesn't work
not sending :
register confirmation link email
password reset email
order transaction email
newsletter emails
these are my configuration on admin panel:
BTW, as you see on the page , there is no option for SMTP Configuration (thus I don't have mail server I am using my hosting Email server )
this is my hosting server information:
I have added mail() function at the end of index.php file of magento root and it is working
How Can I fix this issue?
Regards,

You most likely need to set up the Magento CronTab.
Instructions listed here Setting Up Magento CronTab

Related

How to make my laravel smtp credential can't be checked using checker tools

I'm using gmail smtp server to send email in my laravel project, but few days ago I found that the email that I used in the credential sending the smtp credential (from checker result) to another email. After that my email is used to send spam emails. I try to change password for the email used, but still not working, the spam emails still sent. Is there any way I can do to prevent my smtp credential to be checked?
The credential is saved in .env, and the application already in production.

Confirming domain on SparkPost

I am using SparkPost to handle all my email. I already have verified the domain and everything but recently I transferred my domain to another hosting site do I need to verify the domain there?Thanks in advance

Joomla - Send grid configuration issue

We are developing Joomla website and have to do Send grid configurations. We have set everything as per guided in official site.
We are getting following issue when sending the email from joomla backend.
"SMTP Error! Could not connect to SMTP host."
this is most likely host-related. First make sure your component is not the issue try sending an email from the user manager.
If it goes through, then your component is not using Joomla configuration properly
If it doesn't (which I would expect) it's just a problem with your server configuration,
check firewall, spam settings, try to send email from the command line...

My magento site can't sent email to the customer

Does anyone know why Magento 1.4 fails to send email notifications for a new order and account activation ?
when I submit the Contact us form it gives the below error.
Unable to submit your request. Please, try again laterAny idea/suggestion on this will be highly appreciated.
More info please. Is this on a Linux box, Windows, etc... Also check the php configuration SMTP settings. Like any php app, email is handed off to the host system, or to server designated in php.ini. Do you have a known working SMTP server to access?
First thing you need to check is whether email communication is disabled in the admin panel.

Email in Joomla

i am having a joomla site, i hosted it in my own lap, using no-ip, the problem is mail function is not working,what may be the problem? how can i solve it?
This is configured in the Administration Control Panel, in the "Server" tab, mail settings. Default is to use PHP mail - since PHP is usually configured by the hosting provider to send mail without knowing any additional parameters. So for local installation you need to ensure that either your PHP is configured to send emails, or use the Sendmail or SMTP options in Joomla (and configure them there).
I hope this helps.

Resources