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 [email protected].

So far i tried; mail.from="Domain [email protected]" mail.from=Domain[email protected] [email protected] (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 "[email protected]" or "Personal Name [email protected]".

So, what you tried seems right. What result did you get when using mail.from="Domain [email protected]" ? Maybe it would work better without double quotes around: mail.from=Domain [email protected]

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 "[email protected]" or "Personal Name [email protected]".

So, what you tried seems right. What result did you get when using mail.from="Domain [email protected]" ? Maybe it would work better without double quotes around: mail.from=Domain [email protected]

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.