cancel
Showing results for 
Search instead for 
Did you mean: 

How to config mail server and font Unicode for AE

macarong35
Champ in-the-making
Champ in-the-making
Hi,

I want to config mail server for Activiti Explorer but I can not found Activiti.cfg.xml file.
And have one problem is Activiti Explorer can not display unicode character.
Any suggest for my problem?
Thank all for help.

MCR
5 REPLIES 5

macarong35
Champ in-the-making
Champ in-the-making
Update: i'm using Activiti Explorer 5.17

macarong35
Champ in-the-making
Champ in-the-making
I am using Activiti Explorer version 5.17, I want to send mail by using Mail Task but it not work. My config:

In engine.properties file (I can not found activiti.cfg.xml file):

engine.email.enabled=true
engine.email.host=myserver.com.vn
engine.email.port=25
engine.email.username=test
engine.email.password=test@123
My Mail Task

<serviceTask id="sid-024BFBEB-EC9D-475E-BE44-6E0996FFB64D" activiti:type="mail">
  <extensionElements>
    <activiti:field name="from" stringValue="test@myserver.com.vn" />
    <activiti:field name="to" expression="test@myserver.com.vn" />
    <activiti:field name="subject" expression="Your order  has been shipped" />
    <activiti:field name="html">
      <activiti:expression>
        <![CDATA[
          <html>
            <body>
              Hello ,<br/><br/>
              As of now, your order has been <b>processed and shipped</b>.<br/><br/>
              Kind regards,<br/>
              TheCompany.
            </body>
          </html>
        ]]>
      </activiti:expression>
    </activiti:field>
  </extensionElements>
</serviceTask>
When i run process, nothing is display in console, and it not work. Thanks for any help. Smiley Happy

vasile_dirla
Star Contributor
Star Contributor
are you sure your mail server accepts connections on port 25 ?

Thank you your reply. I'm sure, because i tested.

Update: Fixed. Because my proxy config wrong. Thanks. Smiley Happy

vasile_dirla
Star Contributor
Star Contributor
Smiley Happy I'm happy you solved it.
And thanks for letting us know you solved it.