SilverStripe 3 UserForms - Emails not sending or being received. How to trouble shoot - forms

I'm using UserForms 4.6 with SilverStripe 3.7.2.
Everything works except for the email actually sending and coming into the mail inbox. The form goes to the success page and the form data is saved in the CMS submissions just no email.
I've made sure the from address is the same the domain.
I get no error on the site.
I can see this 404 error in the cPanel logs: /UserDefinedForm_Controller/ping
How can I troubleshoot this?
UserForms Module
Live Site

Turned out in my case that the Spam filter was stopping them getting through. Nothing todo with UserForms or SS.

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.

Why does powermail send an email despite recognizing spam

We wanted to activate spam protection in EXT:powermail and implemented the example configuration from the documentation.
First we switched on the honeypot and the session check and the mails to us (administrators). After a few minutes we received some emails.
At first we thought it was just a transition, but unfortunately it didn't stay that way. We even contacted a website user by phone to see if he noticed anything when submitting the form (session check failed). But he hadn't noticed anything out of the ordinary. He also received a confirmation email and our recipient received the completed form.
Now our question: is it normal that the mails are sent despite a negative session check or honeypot (sometimes both together), or do we still have a configuration error? Why is an email sent at all if the form was detected as spam?
We use:
TYPO3 10.4.23
Powermail 8.2.3
Powermail will not send mails to the sender if the spam check is failing. There are a few checks which then lead to an spam-indication (from 0 to 100%). You can configure which check has which indication and when will be a stop in sending normal mails.
I would turn on logs or notification emails on spam for admins via TypoScript setup - see documentation https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForAdministrators/BestPractice/SpamPrevention.md#configuration-via-typoscript

Magento not sending any email (eg,order,invoice,send email)

I am using Magento 1.9.0.1 and using SMTP Pro Magento SMTP Email free extension I have configured it in right way before days ago my email was working good. But now after creating new order, invoice and after opening a order detail page and click on send email tab it's giving the message The message has been sent. and also after order opening it's showing message the invoice email was sent. Can anybody tell me why this happening?
I have tried the bellow things at my end.
1) I have checked all back-end settings.
2) Disabled extensions.
I had the same issue.
For me, it was the problem, that I had an own module overriding the Mage_Core_Model_Email_Template Class (send method).
Instead I had to override the Aschroeder_SMTPPro_Model_Email_Template Class and use its send method for my modifications, not the code of the send method of the core class.
Maybe you're having a similar issue or it may lead you to the bug?

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.

Joomla 3.2.3 has email sending bug I believe - Is it true?

I used few email sending third party modules... and every time same problem happened..
problem:
I sign in as any user at my front-end and send a email - Email is successfully mailed & I receive mail in my mail box
But if i do the same thing without any user being logged in ... as a visitor then on submit that form is displayed again with blank fields + No errors Reports and no mail is send & received...
normally in other versions of joomla those same forms either show a error saying Mail Not Send ..or Could not Instiate etc ... & If they successfully send it - those form show a Thank You msg
Modules I used -
1.Rapid Contact &
2.Responsive Contact Form
Now I shifted to another Joomla version & both are working perfectly....
Please help