Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Unable to set friendly "from" name in mail.from property in jndi session configured in jetty

Hi,

This is not problem with Jetty. Javamail that is used to send emails has no property to set friendly sender name.

Peter

On 23 August 2017 at 10:46, Raffaele Gambelli <R.Gambelli@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi all,

I'm running jetty 9 and configured jndi javamail session to send email.

Below jetty there is postfix, with that I'm able to send email showing a friendly "from" name, e.g.: Raffaele <raffaele@xxxxxxxxxxxxx>, while with Jetty I'm not able to do the same thing, I tried everything:

<Put name="mail.from"> Raffaele &lt;raffaele@xxxxxxxxxxxxx&gt; </Put>

or 

<Put name="mail.from">" Raffaele"  &lt; raffaele@xxxxxxxxxxxxx &gt; </Put>

or the combo:

<Put name="mail.smtp.from"> raffaele@xxxxxxxxxxxxx</Put>
<Put name="mail.from">Raffaele</Put>

Thanks in advance, any help will be appreciated, bye

Raffaele Gambelli


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


kaibo, s.r.o., ID 28435036, registered with the commercial register administered by the Municipal Court in Prague, section C, insert 141269.
Registered office and postal address: kaibo, s.r.o., Kališnická 379/10, Prague 3, 130 00, Czech Republic.
https://www.kaibo.eu

Back to the top