Joomla - Send grid configuration issue - joomla

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

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.

Ebizmarts Mage Monkey Magento Extention Mandrill Api Key Not Working on Localhost

I am working with magento transactional email. I want to use mandrill for transactional email sending to customer. When i work with the Api key with live site then work but same Api key Not Working on Localhost.
Is There any solution to cover this problem.
Here is the Screenshot:
Finally The Problem is solved.
For localhost the problem is SSL varification, so need to disable the SSL verification From Mandrill (Mage Monkey).
First Go to The Root Folder Of The Magento Project.
The fix for it is adding a new line at lib/Mandrill/Mandrill.php Line
The new line is
curl_setopt($this->ch,CURLOPT_SSL_VERIFYPEER,false);
This Will Work 100%.

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