Hi guys,

Recently I come to wonder what's the difference between the two configuration of email.

EMail.Server.MailAddress
EMail.Server.User

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 EMail.Server.User.

Could you help me differentiate these fields as their purposes? May I have some thing wrong in the configuration?

asked 27.07.2017 at 07:03

ToanLC's gravatar image

ToanLC
(suspended)
accept rate: 16%


Hello @ToanLC

  • The value of the property EMail.Server.MailAddress is used as sender email address for mail send by the engine, e.g. task notifications.
  • The value of the property EMail.Server.User is used as login-name to authenticate to the mail server, configured with the system property EMail.Server.Host and EMail.Server.Port. the configured mail server is used for all outgoing mails.
link

answered 27.07.2017 at 08:45

Flavio%20Sadeghi's gravatar image

Flavio Sadeghi ♦♦
(suspended)
accept rate: 75%

Hi @Flavio Sadeghi, I have just one more question is that what is the "From" field for in the email element of the process?

(27.07.2017 at 22:03) ToanLC ToanLC's gravatar image
1

Hello @ToanLC, the email, specified in the "from" field is used as the from-mail of sending mails. On Designer the from and to is overwritten in preferences -> Axon.ivy -> Email, so that the emails are not sent to the effective recipients, but to the addresses, specified in the preferences. For testing purpose. Since 6.6 if the default is set on Designer, an internal mail-server of the designer is used and the mails are listed in the view "Email messages".

(31.07.2017 at 03:15) Flavio Sadeghi ♦♦ Flavio%20Sadeghi's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×37
×34

Asked: 27.07.2017 at 07:03

Seen: 2,842 times

Last updated: 31.07.2017 at 03:15