<div>There is a problem happened when i using s2mai to send mails.</div>
<div>&nbsp;</div>
<div>Code :</div>
<div>&nbsp;</div>
<div>Mail mail = new Mail();</div>
<div>mail.setFrom(&quot;<a href="mailto:aaa@yahoo.com">aaa@yahoo.com</a>&quot;);</div>
<div>mail.setTo(&quot;<a href="mailto:bbb@yahoo.com">bbb@yahoo.com</a>&quot;);</div>
<div>for (int i = 0; i &lt; 10; i++) {</div>
<div>mail.setPropertyA(Integer.toString(i));</div>
<div>mailBox.sendMail(mail);</div>
<div>}&nbsp;</div>
<div>&nbsp;</div>
<div>mailTemplate:</div>
<div>&nbsp;</div>
<div>MailBox_sendMail.ftl:</div>
<div>&nbsp;</div>
<div>Subject: aaa</div>
<div>&nbsp;</div>
<div>The number is ${data.propertyA}.</div>
<div>&nbsp;</div>
<div>The expected&nbsp; mails are</div>
<div>&nbsp;</div>
<div>The number is 0(1,2,3,4,5,6,7,8,9).</div>
<div>&nbsp;</div>
<div>But the results&nbsp;are&nbsp;:</div>
<div>&nbsp;</div>
<div>The number is 9(9,9,9,9,9,9,9,9,9).</div>
<div>&nbsp;</div>
<div>What&#39;s wrong?</div>
<div>&nbsp;</div>