This question may be related to a resolved thread.
Hi, I tried various solutions posted and the following test :
1- sending from communication works no problem
2- tried changin superadmin email to one from domain hosted
EE version 2.1 hosted at mediatemple.net
But i am still getting the no valid recipients error when contact form is submitted :-(
the generated form code is as follows :
<form action="http://test.mercilavie.ca/" method="post" name="contactForm" id="contact_form">
<div class="hiddenFields">
<input type="hidden" value="21b5b948a56255d8d6ac0640f7b6e7d1ed93b3b8" name="XID">
<input type="hidden" value="3" name="ACT">
<input type="hidden" value="" name="RET">
<input type="hidden" value="system/expressionengine/utilities/email_test_php" name="URI">
<input type="hidden" value="iF2lQw4ocdE3IR5rP/lTT9tqMh6jNa7Cl4pA/wEBgJY=" name="recipients">
<input type="hidden" value="dec196b93b4485c0b35d1481277b65c0" name="user_recipients">
<input type="hidden" value="utf-8" name="charset">
<input type="hidden" value="" name="redirect">
<input type="hidden" value="" name="replyto">
<input type="hidden" value="1" name="site_id">
</div>
<textarea name="message" id="message" class="input1 area1"></textarea>
<input type="hidden" value="online contact form" id="subject" name="subject">
<input type="text" value="" id="name" name="name" class="input1 text1">
<input type="text" value="" id="from" name="from" class="input1 text1">
<input type="checkbox" class="input1 check1" id="mailing" name="mailing"><label class="color2">M’INSCRIRE AUX NOUVELLES + INFOLETTRE</label>
<input type="submit" value="sumbit">
</form>tks for any help