cancel
Showing results for 
Search instead for 
Did you mean: 

mail.from - nuxeo.conf

mcaissie_
Confirmed Champ
Confirmed Champ

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

1 ACCEPTED ANSWER

Julien_Carsique
Elite Collaborator
Elite Collaborator

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

View answer in original post

4 REPLIES 4

Julien_Carsique
Elite Collaborator
Elite Collaborator

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

Hi Julien,

Could you please fill a [Jira issue][1] about that?

https

Getting started

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.