I’ve got a basic contact form here that says it’s sent the message upon submit, but I never end up receiving anything.
{exp:email:contact_form user_recipients="false" recipients="[email protected]" charset="utf-8"}
<label for="from">Your Email:</label>
<input type="text" id="from" name="from" size="40" maxlength="35" value=""></p>
<label for="event">Event Name:</label>
<input type="text" id="event" name="event" size="40"></p>
<label for="message">Details:</label>
<textarea id="message" name="message" rows="12" cols="30">
</textarea></p>
<input name="submit" type='submit' value='Submit'></p>
{/exp:email:contact_form}I’m running 1.6.9 and I’ve successfully sent message from the Communicate tab.
It’s resolved now - it was just taking a long time to send.