I receive e-mail from the Joomla site ok, the form is being stored in a table ok, but I receive no e-mail from the form. I've reduced the form to its bare essentials but still no luck. Here's the code for the form.
The form is setup to post (which I guess is working fine as entries appear in the table) and the e-mail addresses are valid. What is the minimum setup required in order for the e-mail to work correctly?face-meh-blank
<input type="text" name="field1" />
<input type="submit" value="Submit" />
The form is setup to post (which I guess is working fine as entries appear in the table) and the e-mail addresses are valid. What is the minimum setup required in order for the e-mail to work correctly?face-meh-blank