Questions Tagged With emailhttps://answers.axonivy.com/tags/email/?type=rss&user=ToanLCquestions tagged <span class="tag">email</span>enThu, 27 Jul 2017 07:03:36 -0400Difference between Email.Server.MailAddress & Email.Server.User?https://answers.axonivy.com/questions/2781/difference-between-email-server-mailaddress-email-server-user<p>Hi guys,</p> <p>Recently I come to wonder what's the difference between the two configuration of email.</p> <pre><code>EMail.Server.MailAddress EMail.Server.User </code></pre> <p>As I saw that when I try to send mail using email element in process, I specified the "From" field, but it sent the mail using the one I specified at <code>EMail.Server.User</code>.</p> <p>Could you help me differentiate these fields as their purposes? May I have some thing wrong in the configuration?</p>ToanLCThu, 27 Jul 2017 07:03:36 -0400https://answers.axonivy.com/questions/2781/difference-between-email-server-mailaddress-email-server-userprocessemailivyEncoding issue when sending mail with Ivy Engine (charset=ISO-8859-1)https://answers.axonivy.com/questions/1819/encoding-issue-when-sending-mail-with-ivy-engine-charset-iso-8859-1<p>Recently, as I work with German characters. The email content will display correctly only if I send the email locally using Ivy Designer.</p> <p>If I send the email on server with the same encoding <strong>(charset=ISO-8859-1)</strong>, so in order to send the email with the correct encoding I have to replicate SendMail.java class and change the following method.</p> <pre><code> private String getContentType(String msg) { /* 446 */if (isHtml(msg)) { /* 448 */return "text/html; charset=ISO-8859-1"; } /* 450 */return "text/plain; charset=ISO-8859-7"; </code></pre> <p>May I ask if there is any configuration on Ivy Engine that override this configuration of the email?</p>ToanLCFri, 17 Jun 2016 11:53:31 -0400https://answers.axonivy.com/questions/1819/encoding-issue-when-sending-mail-with-ivy-engine-charset-iso-8859-1emailencoding