Bug #83010
closedEXT: form - do not send email notification by EmailToReceiver
0%
Description
Hello.
I want use Typo3 EXT:form for send email notification to receiver after submit.
Everything is working fine, but email in not sending - no errors, no warnings on Typo3 log.
I try put devlog function into Classes/Domain/Finishers/EmailFinisher.php - have no output.
Typo3 8.7.8
My YAML configuration is in attachment kontaktnformulr.yaml.
THX for help!
Files
Updated by Anonymous about 7 years ago
- Priority changed from Should have to Must have
Same problem here TYPO3 8.7.9 - PHP 7.1
TYPO3 sends emails via Test in installtool but the form finisher does not send anything.
Updated by Anonymous about 7 years ago
So its working for me now... don't no why :-) (maybe some sort of misconfiguration) sadly I have currently no time to figure it out, but I can say: in general the sending of emails works.
Updated by Björn Jacob almost 7 years ago
- Status changed from New to Needs Feedback
- Assignee set to Robert Gonda
Do you still experience this problem?
Updated by Robert Gonda almost 7 years ago
I am not using ext form now, because I do not have much time to solve such elementary problems.
Old, good formhandler ...
Updated by Björn Jacob almost 7 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Robert Gonda)
Updated by Mohamed Masmoudi almost 6 years ago
I have the same problem, the test mail works fine, the form submit with no errors, but no email is sent, Typo3 7.6.32 and form,
PHP version: 7.0.33
Updated by Dieter Porth over 2 years ago
- TYPO3 Version changed from 8 to 11
- PHP Version changed from 7.0 to 7.2
I have the similiar problem with TYPO3 11, while I tried to use a form with an AJAX-request. The finischer for sending of emails would work sometimes; and sometimes it would not work. After a lot of poking around, I found out:
The following version in the template of the form prohibited the sending of mails in my case:
<f:form.textfield value="{myLink}" name="{element.identifier}" id="{element.uniqueIdentifier}" errorClass="{element.properties.elementErrorClassAttribute}" additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}" />
The following version performed the sending of mails in my case:
<f:form.textfield value="{myLink}" property="{element.identifier}" id="{element.uniqueIdentifier}" errorClass="{element.properties.elementErrorClassAttribute}" additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}" />
Updated by Björn Jacob over 2 years ago
- TYPO3 Version changed from 11 to 8
- PHP Version changed from 7.2 to 7.0
Thank you for your report. Please do not "re-open" closed tickets. I will create a new one to handle your issue :)