My magento site can't sent email to the customer - magento

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.

Related

Magento 2.3.7 Problem Forgot Password letters and numbers don't displayed on the page

When the client forgot your password the form is incorrect in the page the letters and numbers of recaptcha are not displayed in the page and the client don't get reset our password.How can I solve this problem?
enter image description here
Please confirm that reCaptcha is enabled and configured at store > configuration > security. If no, you won't see reCaptcha at frontend.
For customers not receiving transactional email when the password is forgotten, I would try:
check if there is any reindex required. If you haven't run upgrade and compile commands, it may be the issue as well.
Magento 2 requires to install SMTP module to send emails. If you bought a module, you may talk with the developers to check if it comes with SMTP or if any additional extension is required.

Strapi returns error code 400 on user registration

Strapi user registration returns error 400 Bad Request every time I try to register a test user, however the user does get created in the Users collection.
I am using the standard Strapi Email plugin (not the Send grid plugin), everytime I register a user, this plugin does not send an email which leads to be unable to confirm the user.
In the above image it returns an 400 Error but the user gets created.
Also, how to send the confirmation email with Strapi standard email plugin.
All auth permissions for Public role have been enabled
How to fix this error and send the confirmation email on new user register?
I also have the same issue, I just turned off the 'Enable email confirmation' on Advanced Settings, then it worked (registration).
So, In Strapi Admin:
Go to Settings -> Advanced settings
Set the field Enable email confirmation to "Off" then click save.
This works for me.
I think it's because you use the default email provider (sendmail). And your computer is not an available smtp server.
So I suggest you to install strapi-email-nodemailer https://www.npmjs.com/package/strapi-email-nodemailer
Then in your admin panel, got to Plugins (menu link) > Email (cog icon) and the select nodemailer provider and set the smtp server you want to use.
If you have trouble to setup correct information I suggest you to check how nodemailer node module work. strapi-email-provider is just a connector to use nodemailer from Strapi.
please check
My problem was because the sender email was misidentified.
The other problem I had was because there was no email configuration.
I installed the strapi-provider-email-smtp package and it was fixed when I made the necessary settings.
this worked for me.

Laravel send mail via Gmail fails - cannot connect to server

The server, Ubuntu 16.04, with Nginx webserver.
I am running 2 virtual hosts, both have Laravel apps running. One is Laravel 5.1, the other is 5.4.
I have the same contact us form under both Laravel instances. The sendmail function on the controller is the same for both (I know I need to refactor this functionality off of the controller :-) ) Both have the same config/mail.php settings. .env is the same on both, other than the username and password. Both gmail accounts have insecure applications enabled / allowed.
The one running under Laravel 5.1 works perfectly. The one under 5.4 gives a timeout error when trying to connect to gmail.
Any ideas on what the fix should be?
The solution appears to be related to the Gmail password. The client insisted on an easily remembered password. I changed to a more complex password, and everything worked.
I did read a post that said that Google does not like automated accesses with insecure passwords. Sorry, I cannot reference that post - can't find it again.
Apparently, the solution is to use a secure password. I merely added special characters to the client's desired password.
I hope this helps someone else.

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...

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