[
https://issues.apache.org/activemq/browse/CAMEL-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44902#action_44902
]
Wojciech Durczynski commented on CAMEL-777:
-------------------------------------------
Both (c) and (d) are better than (e). I don't know which one of them is better.
When there is no To recipients in url, MailConfiguration adds sender as
recipient. And what you surely need to avoid is sending mail to recipients
declared in message headers AND to sender himself. There is danger of this
behaviour in (c).
Maybe think about new parameter in url, something like
overrideRecipientsInHeaders. And depending on it use (c) or (d) for particular
endpoint.
> Allow '@' in usernames.
> -----------------------
>
> Key: CAMEL-777
> URL: https://issues.apache.org/activemq/browse/CAMEL-777
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-mail
> Affects Versions: 1.4.0
> Reporter: Wojciech Durczynski
> Assignee: Claus Ibsen
> Fix For: 1.5.0
>
>
> Many servers use 'username'@'servername' as a login name. Camel-mail doesn't
> allow this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.