Outbound and Inbound Email

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Outbound and Inbound Email

james-2
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Outbound and Inbound Email

Deepak Dixit-4
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: [hidden email]
*www.hotwax.co <http://www.hotwax.co/>*


On Thu, Jan 31, 2019 at 5:25 PM <[hidden email]> 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 | Threaded
Open this post in threaded view
|

Re: Outbound and Inbound Email

Amit Gadaley
Hello James,

You can use this link <https://support.google.com/a/answer/60751?hl=en> to
setup G Suite administrator and with some postfix setting, you can meet
with your requirement.

On Thu, Jan 31, 2019 at 5:44 PM Deepak Dixit <[hidden email]> wrote:

> 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: [hidden email]
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Thu, Jan 31, 2019 at 5:25 PM <[hidden email]> 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
> >
>


--
Thanks and Regards,
*Amit Gadaley <https://about.me/amit_gadaley>* | Technical Consultant
HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
<http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P., India - 452010
Cell phone: +91 958.459.3069

<https://about.me/amit_gadaley?promo=email_sig>
Reply | Threaded
Open this post in threaded view
|

RE: Outbound and Inbound Email

james-2
Banned User
This post was updated on .
In reply to this post by james-2
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Outbound and Inbound Email

Deepak Dixit-4
James, for this we need to do improvements in code and pass the fromName as
well while calling sendmail service.

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


On Thu, Jan 31, 2019 at 7:22 PM <[hidden email]> wrote:

> Deepak - This will take the signed in users first and last name from the
> Party Manager?
>
>
> 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?
>
> -------- Original Message --------
> Subject: Re: Outbound and Inbound Email
> From: Deepak Dixit <[hidden email]>
> Date: Thu, January 31, 2019 5:14 am
> To: [hidden email]
>
> 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: [hidden email]
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Thu, Jan 31, 2019 at 5:25 PM <[hidden email]> 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
> >
>