eMail Services Question

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

eMail Services Question

Adrian Crum
I'm trying to set up the OFBiz eMail services to send/receive emails. I can see where there are
services to send email, but I can't find any to get email. Could someone point me in the right
direction please?

Has anyone implemented/deployed inbound email processing?

-Adrian


Reply | Threaded
Open this post in threaded view
|

Re: eMail Services Question

Scott Gray
framework/common/config/general.properties

There's a small section in this:
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide

The code is here:
framework/service/src/org/ofbiz/mail

You handle the email processing using mcas (like ecas), there's an example
somewhere (search for "<mca")

I haven't implemented anything, I just had a look through it a while back.

Regards
Scott

On 11/01/2008, Adrian Crum <[hidden email]> wrote:

>
> I'm trying to set up the OFBiz eMail services to send/receive emails. I
> can see where there are
> services to send email, but I can't find any to get email. Could someone
> point me in the right
> direction please?
>
> Has anyone implemented/deployed inbound email processing?
>
> -Adrian
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: eMail Services Question

BJ Freeman
In reply to this post by Adrian Crum
Adrian:
the container for getting emails is in
framework/base/config/ofbiz-containers.xml
it uses mecas to evaluate which emails are sent to which process.

I have implemented/deployed a multiple emails from multiple email accounts.
i have ask for input in Jira
https://issues.apache.org/jira/browse/OFBIZ-65
and started to move the code I had to the trunk.
it is one of many projects I am trying to move over.

The other part for this is to allow emails going out to go to different
email server and accounts.

I am also working on implementing Email screens.

Adrian Crum sent the following on 1/10/2008 9:02 AM:

> I'm trying to set up the OFBiz eMail services to send/receive emails. I
> can see where there are services to send email, but I can't find any to
> get email. Could someone point me in the right direction please?
>
> Has anyone implemented/deployed inbound email processing?
>
> -Adrian
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: eMail Services Question

Adrian Crum
Thanks Scott and BJ!

I have the java mail container connecting, I just need to write an MCA.

-Adrian

BJ Freeman wrote:

> Adrian:
> the container for getting emails is in
> framework/base/config/ofbiz-containers.xml
> it uses mecas to evaluate which emails are sent to which process.
>
> I have implemented/deployed a multiple emails from multiple email accounts.
> i have ask for input in Jira
> https://issues.apache.org/jira/browse/OFBIZ-65
> and started to move the code I had to the trunk.
> it is one of many projects I am trying to move over.
>
> The other part for this is to allow emails going out to go to different
> email server and accounts.
>
> I am also working on implementing Email screens.
>
> Adrian Crum sent the following on 1/10/2008 9:02 AM:
>
>>I'm trying to set up the OFBiz eMail services to send/receive emails. I
>>can see where there are services to send email, but I can't find any to
>>get email. Could someone point me in the right direction please?
>>
>>Has anyone implemented/deployed inbound email processing?
>>
>>-Adrian
>>
>>
>>
>>
>>
>
>
>