Contact us form emails stuck in email Queue in kentico cms - email

I am developing a website using Kentico 9 CMS. I have two websites running on a same web server first one is Dev and second one is the Production(LIVE). I am facing a strange issue with the Contact us form. When someone visit my website and fills the contact us form, it sends the enquiry to the admin via email. This functionality is working fine in Dev version but not working in Production (LIVE) version. In the Production version, those contact us form emails are getting stuck in the email queue tab in the Admin. And I forced to push/send the email manually from the Admin, which works.
I checked both website setting and found that is there is no difference is the email settings. I also checked the error logs also but found nothing in the logs about emails.
Thanks

There is scheduled tasks that triggers sending emails out - is it enabled for production site?

Related

Gmail loses the html formatting of emails sent with Odoo

My company migrated their CRM starting to use Odoo, and then I proceeded to configure the external mail server (gmail), the #catchall parameter, and then define the odoo mail templates.
So far I have no problems, and everything works as I expect, so the mails are correctly and received.
However, I have a problem with viewing the emails ... let me explain.
Sent an email through Odoo, I see it correctly in html format, so by accessing the gmail email account via browser and opening the message, also in this case it is correctly formatted and displayed as html.
However, the recipient of the e-mail upon receipt loses the html formatting and therefore receives the e-mail displaying it in plain-text.
On the gmail settings I have already configured to send messages in html, I tried to disable it and then re-enable it but nothing happens.
Do you have any suggestions or advice?
I also have the same problem. We have tried several configurations both in the Google account and in the server. It only happens with GMail mail. Using any other service does not happen.
There's an answer here that I still can't implement, but it could be of help.
GMail displays plain text email instead HTML
A known reason for the issue was the appending of a footer in Google. Odoo has recently released a fix for all versions from 14.0 onwards: https://github.com/odoo/odoo/pull/108499. However, if they encounter other cases, Odoo Enterprise customers can open a support ticket and users of the Community edition can submit a Github issue.

Joomla website and contact form emailing

We are using Joomla Version 3 5 1/en. we have not updated to the latest version yet as we require a process of testing before doing so.
We use contact forms on our company website, via BreezingForms 1.8.3 Stable (build 831). These forms log any contact forms submitted and email them to a list of recipients who then deal with them. This has worked fine for a number of months and absolutely zero changes have been made to the configuration of joomla or breezing forms.
For out german contact form the email recipients are a customer service distribution list with an #DOMAIN.DE extension and an admin distribution list with an #DOMAIN.COM extension.
when the form is submitted, it is emailed to the .COM distribution list fine and all members receive it.
the .DE distribution list never receives the emails at all. this is confirmed by running a message trace via exchange.
Both DL's allow mail from internal and external senders, the spam was clear and message traces back up my findings.
However, when i created a new distribution list (ie, customerservice2#DOMAIN.COM) and made the .DE distribution list a member of it, the forms sent to the new DL and all recipients with no issues whatsoever, including the members of the .DE DL within it..
So, why are these contact forms not sending to .DE addresses?

Contact form on website not working when we hosted our email on google apps

Hi i am grapich designer but temporary asked working to check this emails problem.
we are using drupal for our website. When we are using google apps as our email server, the contact form on our webpage (which our customer used to use for sending us question) was stop sending emails seems the mail fuction is not working anymore. Is that because we hosted our emails to google apps? Is there anyway that to make work? We need the contact form on our webpage send mail
If you are using Webform you can set your email address a few places:
This is where the default Webform email is set:
yoursite.com/admin/config/content/webform
and that default can be overridden in the individual Webform E-mail tab:
yoursite.com/node/1234/webform/emails (1234 is node id of your webform)
Drupal also has a global email address for your site that could be used as the default also, so its worth checking here: yoursite.com/admin/config/system/site-information

How to send email from Contact Form in Drupal 7?

Currently, I am developing a website using Drupal 7 in my local computer.
I have set up Contact Form (Drupal core module) for user to send feedbacks.
However, I have no idea how to send email from Contact form. I didn't receive any email after I filled in and submitted the contact form. And website displays the status "The message has been sent." But there is no email received.
I know there must be something I need to setup before using Contact Form. Maybe mail server?
I use Drupal 7 with XAMPP.
Is there any step-by-step guideline on sending email? Maybe for both cases
Local machine as web server (for testing on my local computer)
Real web server (for publishing after everything is done)
I have searched some solutions in some forums but I do not understand.
I am new to Drupal.
Thank you so much for your help and guidance.
For getting mail from contact form,
Enable the module
Go to admin-> structure-> contact form
Create new category
Fill the details Category, Recipients (you need to give the mail you need to get notified), etc...
If you need to test the mail in local then you need to setup SMTP module in your drupal, this will work in server also.
If you don't have any any SMTP settings then you need to test in server. In server you may don't need any smtp mail, simply php mail may work if your hosting server is support. So no need to do any extra effort for that.

moved magento and contact email is not working

I moved a magento system to a new server combining magento and sql all on the same VM.
Everything is more or less working other than the contact form will not send an email,
I get
Unable to submit your request. Please, try again later
When I try to send an email with the contact form. As I know practically nothing about Magento, I am not sure where to look. I have been in the Magento admin and I see the contact page and I can turn the contacts page on and off. As I have moved this from another working system, I am not sure how Magento sends it's mails. Is it using a sendmail, or something that I perhaps haven't started on the new VM? I am guessing this should be a simple change somewhere I hope, but I have very little idea of where to look there are so many options. Any help on where to look for mail sending parameters would be appreciated.