Look in EmailServices.java. The sendMailFromScreen service is very useful.
On Fri, Apr 16, 2010 at 9:01 AM, Selvakumar Ganesan
wrote:
> How can I send email through ofbiz .
> Thanks in advance.
>
How can I send email through ofbiz .
Thanks in advance.
This is related to this concept
http://docs.ofbiz.org/display/OFBTECH/General+Entity+Overview#GeneralEntityOverview-ExtensibilityPattern
Jacques
From: "BJ Freeman"
to give an example take a look at
ContactMechTypeAttr
in ofbiz this is an entity.
the name says it is an attribute.
entity in ofbi
to give an example take a look at
ContactMechTypeAttr
in ofbiz this is an entity.
the name says it is an attribute.
entity in ofbiz is more a storage layout.
BJ Freeman sent the following on 5/6/2009 3:55 PM:
> yes by the modeling book these are attributes
> but I see they are actual entities in
yes by the modeling book these are attributes
but I see they are actual entities in ofbiz.
The confusion I believe is What ofbiz calls an entity is not exactly
what the modeling book calls a entity.
you can see this in other Attributes/entities.
There is nothing keeping you from creating you own of
BJ, my problem is not to store several emails, but to overload the "email
informations entity". I would like to store the email address plus other
informations. And it would be easy to do if there was an ElectronicAddress
entity, but it's not the case (or I didn't find it, but I don't think so
beca
look at the contactmechtype for different types of electroninc addresses
it is a one to many
BJ Freeman sent the following on 5/6/2009 3:34 PM:
> there is information about a contact which is in the contact mech.
> email is under electronic Address.
>
> then there is the event of the actual commu
there is information about a contact which is in the contact mech.
email is under electronic Address.
then there is the event of the actual communications which you will find
under communication event modeling.
Cimballi sent the following on 5/6/2009 2:47 PM:
> Hi,
>
> I was wondering was you di
Hi,
I was wondering was you didn't model the Email informations like Phone
informations in ContactMech.
Why is there no entity that model an Email, like the TelecomNumber entity ?
My problem is, if I want to add another field to an Email informations, the
possibilities are :
- extending the Conta