rethus
Forum Replies Created
-
Unfortunately Forminator seems not to send plain-text mail as expected.
The Content-Type is still HTML:That’s part of the mail I’ve received:
X-Mailer: WPMailSMTP/Mailer/mail 3.4.0 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bitMy last issue to solve is how to force the mailer to have “Content-Type text/plain”
- This reply was modified 3 years, 10 months ago by rethus.
@wpmudev-support8 can you give me a hint, where I can found all available hooks that exist for forminator?
You used the “forminator_custom_form_mail_admin_message”, but I didn’t find this anywhere in the Documentation.
Ok, thanks a lot for the answer. I’ll try this.
I’ve found that Forminator has an API, but I can’t see how to archive a workflow to implement it.
Means if I press the “Submit-Button” in the form, (i think) WP should use a hook to handle this request with own coded function.
Any suggestions where to start with this?