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 <[email protected]>, while with Jetty I'm not able to do the same thing, I tried everything:

<Put name="mail.from"> Raffaele &lt;[email protected]&gt; </Put>

or 

<Put name="mail.from">" Raffaele"  &lt; [email protected] &gt; </Put>

or the combo:

<Put name="mail.smtp.from"> [email protected]</Put>
<Put name="mail.from">Raffaele</Put>

Thanks in advance, any help will be appreciated, bye

Raffaele Gambelli

_______________________________________________
jetty-users mailing list
[email protected]
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