Typo3 - powermail - no emails are sent and no confirmation page - forms

I have the Typo3 powermail extension v2.0.6 and a form on this site: http://www.fg-energysolutions.de/kontakt.html
When sending the form, nothing happens at all. Neither Emails are sent to the receiver nor a confirmation to the sender. Also, no confirmation page is shown but it just loads the site with the form again.
I tried re-installing the powermail extension and re-created the form, but no effect. I also made sure that the PHP mail() function works. Thanks for any suggestions.

I'd check first, if the submitted fields are stored to the configured storage pid. If there aren't any entries in module powermail, something is wrong with storing to the database.
Did you install powermail via the extension mananger or programmatically in localconf.php?
If you did programmatically, maybe you forgot to make the database updates in extension manager which creates the needed tables.
If there are entries, there's a problem with sending mails.
Try to send a testmail with TYPO3s Install Tool, maybe php mail works fine, but TYPO3 isn't allowed to do so (permissions?).
Maybe the typoscript configuration disables sending to sender like this?
plugin.tx_powermail.settings.setup.sender.enable = 0 #change to 1 to enable!
Same for receiver.

I had the same issue. I created the contact form on an invisible copy of the actual contact page for testing purposes and the default "action" parameter was set to the URL of the original contact page, not the "index.php?id=xx" URL of the copy. Manually changing the "action" parameter to the URL of the correct (copy) page solved the problem for me.

Related

Typo3 8.7: set/modify delete link in powermail (7.1.0)

I'm using the powermail 7.1.0 extension for Typo3. When a customer now sends a powermail form, I send him an Email back with a specific response. At the end of my answer email appears a link and a text, which says
"Was this email a mistake and you want to delete your request?
Delete all email data."
and a Link to delete all the email data.
Now I can't remember setting this text nor the link and I'm having trouble finding the place where I can modify the text. I checked the Mail to User Section in the Plugin Options but the text is not there.
My goal is to change the text to german.
Is this auto-generated by powermail?
Thanks in advance.
This is a new feature with powermail >= 7.0.0. You can deactivate it with plugin.tx_powermail.settings.setup.sender.addDisclaimerLink = 0. To change the text you could do it for example in this partial /Resources/Private/Partials/Mail/DisclaimerLink.html or in your own language-file.

Powermail broke on first click to submit

I have an error with my powermail form.
I copied one form from my site and made some little changes and now the new form doesn’t work right.
When I click on submit the form isn’t send it only “destroys” the frontend and I have to fill the fields new to submit it (then it works).
I have this warning in the console: Parsley’s pubsub module is deprecated; use the ‘on’ and ‘off’ methods on parsley instances or window.Parsley
Do you have any idea?
I’m new in the project and don’t created the first form.
Powermail: 3.22.1
TYPO3: 7.6.30
I would check if there are any redirects while form submitting. If forms are getting submitted and it seems that they are reloaded and empty, it often happens, that the form target is wrong.
E.G. If absRefPrefix is set to http:// and there is an additional .htaccess redirection from http:// to https// or so the POST params get lost and powermail shows the form again.
You can check redirects in your browser console.

Chronoforms v5 - Content Plugin - Captcha will not validated

I'm having big problems with the Chronoforms V5 - Content Plugin for Joomla.
If I send the form without integrating it in an article the Captcha will validated correctly, but if I use the Content-Plugin in an article, everytime the message "The entered verification code is wrong" appears.
Maybe one of you can help me????
If you have caching on then an older version of the form may be served and the token in that will not match to the current user. In that case you need to use one of the anti-spam methods that does not rely on a matched token like a Google captcha.
If there is more than one form in the page and you have Relative URL set to Yes then the form may be submitting to the 'other' form URL - this would also give a mismatched token.

Direct mail (typo3) only content is send. Newsletter Layout not being send (page layout)

When I am sending a direct mail newsletter as a test, everything looks fine. But when I am sending a newsletter to users only the content without my wrapping template is being send. The user see´s only the content elements in the newsletter. My html template is missing.
By content, do you mean that users see only plain text? If so, it might be due to subscriptions preferences.
Based on your settings, both fe_users and tt_address may have a flag called "Recieve HTML mails" (can't recall the exact english version) which by default is not set.
Please let us know a bit more about your installation if this doesn't help :)

Is permission of typo3temp affect in fetching page of newsletter using direct mail?

When i am trying to fetch pages under direct mail folder in TYPO3 backend, It gives following errors
The plain text content could not be fetched.
The HTML content could not be fetched.
This is an error that most of the time shows up if you are missing your templates include static section.
Login to your TYPO3 Backend with administrator access. Next goto your, for example, root template. Select the "Includes"-tab and make sure the next "Include Static" are included:
Direct Mail Content Boundaries (direct_mail)
Direct Mail Plaintext (direct_mail)
Hope this helps you out.
Try adding your server ip and domain to the /etc/hosts file if you are linux...if you are in windows to \System32\drivers\etc.
A deitalled description can be found here:
http://devbackyard.blogspot.pt/2012/10/direct-mail-typo3-content-could-not-be.html