Hi,<br><br>I use seaisde 3, and i want send email with this code :<br><br>|msg|<br>MailSender setSmtpServer.<br>msg := (MailMessage new setField: &#39;to&#39; to: &#39;user@paperSpot.localhost&#39;;<br>setField: &#39;from&#39; to: &#39;administrator@paperSpot.localhost&#39;;<br>
setField: &#39;subject&#39; to: &#39;Hello from MailMessage!&#39;;<br>body: &#39;Sending from MailMessage&#39;; yourself).<br>(MailComposition new sendMailMessage: msg) submit.<br><br>but it doesn&#39;t function.  Seaside give this error : &quot;MessageNotUnderstood : ByteString&gt;&gt;asHeaderValue. In fact the error is localize on line : (MailComposition new sendMailMessage: msg) submit. The wrong part of this line is sendMailMessage: msg. Why?<br>
<br>Thanks,<br>Simon<br>