how does sending order confirmation email work?l

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

how does sending order confirmation email work?l

edward wang
Hi Folks,

after i placed an order, the order confirmation email is sent out.
I found out  sendOrderNotificationScreen method of OrderServices.java  is
used to send email.

I set breakpointer in this method, but sometimes, process didn't stop at
breakpointer, which mean didn't go to sendOrderNotificationScreen code,
instead  seeming there are another place codes  to send out email.
I am not sure i am right,

Thanks,

Chwang
Reply | Threaded
Open this post in threaded view
|

Re: how does sending order confirmation email work?l

Amit Sharma-10
https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-EmailServerSettings

HTH

--Amit Sharma

chaohua wang wrote:

> Hi Folks,
>
> after i placed an order, the order confirmation email is sent out.
> I found out  sendOrderNotificationScreen method of OrderServices.java  is
> used to send email.
>
> I set breakpointer in this method, but sometimes, process didn't stop at
> breakpointer, which mean didn't go to sendOrderNotificationScreen code,
> instead  seeming there are another place codes  to send out email.
> I am not sure i am right,
>
> Thanks,
>
> Chwang
>
>