[
https://issues.apache.org/activemq/browse/CAMEL-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44897#action_44897
]
Wojciech Durczynski commented on CAMEL-777:
-------------------------------------------
Yes it works well now. But why have you changed your strategy? Headers should
have greater priority then url parameters. Consider following use case:
somebody wants to define smtp endpoint with default recipient. If recipient is
given in header, he receives mail. And if not, then default recipient receives
it.
With your current approach this use case is impossible to achieve.
Maybe apply headers at the end of processing in MailBinding?
> 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.