Search

I set up a simple form with email notification and get this error on 2.5.2

Here is the error

http://pastie.org/private/hip7zbkcgpp491t7wnayq

The entry saves but this error is thrown and no email goes through, using standard sendmail.

Any Ideas?

Double check your form, the filter expects something like the following (where the values may vary):

<input name="send-email[sender-email]" value="fields[email]" type="hidden" />
<input name="send-email[sender-name]" value="fields[author]" type="hidden" />
<input name="send-email[reply-to-email]" value="fields[email]" type="hidden" />
<input name="send-email[reply-to-name]" value="fields[author]" type="hidden" />
<input name="send-email[subject]" value="You are being contacted" type="hidden" />
<input name="send-email[body]" value="fields[message]" type="hidden" />
<input name="send-email[recipient]" value="fred" type="hidden" />

I have the recipient body subject and sender-email, I will try adding the others in.

YA its working now, I didn't think those other fields were mandatory did that change? :)

Well recipient is necessary because otherwise where will your email go? :)

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details