12-15-2011 06:23 PM
Hi,
I am trying to configure the mail.from attribute with the reply address and the senders name,to get the same behavior like when we receive a mail from Nuxeo Answers; the display name is Nuxeo Answers and the reply address is noreply@nuxeo.com.
So far i tried; mail.from="Domain support@domain.com" mail.from=Domainsupport@domain.com mail.from=support@domain.com (Domain)
with no success.
What exactly is the syntax for this ? tx Michel
12-15-2011 08:33 PM
Hi,
mail.from is used by javax.mail.Session, following JavaMail Spec and RFC 822 "From" header which says:
Typical address syntax is of the form "user@host.domain" or "Personal Name user@host.domain".
So, what you tried seems right. What result did you get when using mail.from="Domain support@domain.com" ? Maybe it would work better without double quotes around: mail.from=Domain support@domain.com
12-15-2011 08:33 PM
Hi,
mail.from is used by javax.mail.Session, following JavaMail Spec and RFC 822 "From" header which says:
Typical address syntax is of the form "user@host.domain" or "Personal Name user@host.domain".
So, what you tried seems right. What result did you get when using mail.from="Domain support@domain.com" ? Maybe it would work better without double quotes around: mail.from=Domain support@domain.com
12-16-2011 11:46 AM
Hi Julien,
12-16-2011 01:28 PM
Could you please fill a [Jira issue][1] about that?
12-16-2011 02:33 PM
https
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.