Hi James,

>>Is it possible to have outbound emails out of the system use the users
name with the default email

Yes this is possible, need slide code modification in EmailServices.java
you can use the following code to set from name
===

mail.setFrom(new InternetAddress(sendFrom, fromName));

===

>>each outbound email go out under the users email?

I think yes we can configure postfix and use email whitelist mechanism
to allow ip to send email.


Kind Regards,
Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: deepak.di...@hotwax.co
*www.hotwax.co <http://www.hotwax.co/>*


On Thu, Jan 31, 2019 at 5:25 PM <ja...@productive1.com> wrote:

> Is it possible to have outbound emails out of the system use the users
> name with the default email or each outbound email go out under the
> users email?
>
> Thanks,
>
> James
>

Reply via email to