Also I forgot to mention below that this is on drupal 6.<br><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style><div class="gmail_quote">
On Thu, Mar 31, 2011 at 6:44 AM, John Mitchell <span dir="ltr">&lt;<a href="mailto:mitchelljj98@gmail.com">mitchelljj98@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Within a custom module I am trying to send the below so that an email is sent but I get the error <i>The submitted from address () is not valid.</i>  This <i>from </i>email address does exist so why is it giving me this error?<br>

<br>Thanks,<br><br>John<br><br>$message = array(<br>  &#39;to&#39; =&gt; &#39;<a href="mailto:username1@domain123.com" target="_blank">username1@domain123.com</a>&#39;,<br>  &#39;subject&#39; =&gt; t(&#39;Example subject&#39;),<br>
  &#39;body&#39; =&gt; t(&#39;Example body&#39;),<br>
  &#39;headers&#39; =&gt; array(&#39;From&#39; =&gt; &#39;<a href="mailto:support@domain123.com" target="_blank">support@domain123.com</a>&#39;),<br>);<br>drupal_mail_send($message);<br><font color="#888888"><br clear="all">
<div style="display: inline;">
</div><br>
-- <br>John J. Mitchell<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>John J. Mitchell<br>