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 <raffa...@my-domain.com>, while with Jetty I'm not able to do the same thing, I tried everything:

<Put name="mail.from"> Raffaele &lt;raffa...@my-domain.com&gt; </Put>

or 

<Put name="mail.from">" Raffaele"  &lt; raffa...@my-domain.com &gt; </Put>

or the combo:

<Put name="mail.smtp.from"> raffa...@my-domain.com</Put>
<Put name="mail.from">Raffaele</Put>

Thanks in advance, any help will be appreciated, bye

Raffaele Gambelli

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

Reply via email to