A question about communication

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

A question about communication

mogra
Hello
I uncommented the javamail-container section and config it in ofbiz-containers.xml to receive email. It worked. But next, for example I'd like to reply or forward the email, Shall I invoke serivce createCommunicationEvent to do this?  Dose ofbiz will reply to the sender by email automatically ?  


Best regards

Lee
Reply | Threaded
Open this post in threaded view
|

Re: A question about communication

Deepak Agarwal-2
I think you should use sendMailFromScreen or sendMail method of
EmailServices. It automatically creates the communication event for you.
you should pass the required parameters to it to make sure you are able to
track the message chain (check 'messageId' which is set in the mail header
while replying)

On Mon, Mar 25, 2013 at 2:49 PM, Mogra <[hidden email]> wrote:

> Hello
> I uncommented the javamail-container section and config it in
> ofbiz-containers.xml to receive email. It worked. But next, for example I'd
> like to reply or forward the email, Shall I invoke serivce
> createCommunicationEvent to do this?  Dose ofbiz will reply to the sender
> by email automatically ?
>
>
> Best regards
>
> Lee
>



--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: A question about communication

mogra
Thank you for your reply.

于 2013/3/25 17:52, Deepak Agarwal 写道:

> I think you should use sendMailFromScreen or sendMail method of
> EmailServices. It automatically creates the communication event for you.
> you should pass the required parameters to it to make sure you are able to
> track the message chain (check 'messageId' which is set in the mail header
> while replying)
>
> On Mon, Mar 25, 2013 at 2:49 PM, Mogra <[hidden email]> wrote:
>
>> Hello
>> I uncommented the javamail-container section and config it in
>> ofbiz-containers.xml to receive email. It worked. But next, for example I'd
>> like to reply or forward the email, Shall I invoke serivce
>> createCommunicationEvent to do this?  Dose ofbiz will reply to the sender
>> by email automatically ?
>>
>>
>> Best regards
>>
>> Lee
>>
>
>