[
https://issues.apache.org/jira/browse/ISIS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169791#comment-16169791
]
ASF subversion and git services commented on ISIS-1706:
-------------------------------------------------------
Commit 7d06ccc50a5857ecfe95f1dedf98b8310e335783 in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=7d06ccc ]
ISIS-1706: adds support to use a different username than the sender address
when authenticating with the Email SMTP service
> Add 'username' config parameter to email service
> ------------------------------------------------
>
> Key: ISIS-1706
> URL: https://issues.apache.org/jira/browse/ISIS-1706
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Reporter: Steve Cameron
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.15.1
>
> Attachments: EmailServiceDefault.java
>
>
> Currently the EmailService requires two configuration parameters:
> isis.service.email.sender.address
> isis.service.email.sender.password
> with three optional:
> isis.service.email.sender.hostname
> isis.service.email.port
> isis.service.email.tls.enabled
> Another optional one is needed:
> isis.service.email.sender.username
> Currently when logging on to an email server the
> isis.service.email.sender.address value is used as an account username, in
> addition to also being used as the 'sent-by' email address, if you don't have
> a choice as to the username this is problematic, such as with Amazon Simple
> Email Service (SES).
> With the additional config parameter, when present this value should override
> the isis.service.email.sender.address value as the account username, when not
> present the present arrangement should be used.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)