This question has been flagged
2 Replies
3986 Views

Hi everyone,

Could you explain the difference between Messages and Emails in Configuration/Technical/Email ?

Thanks a lot.


Avatar
Discard
Best Answer

mail.message represents any message sent or received in OpenERP; both mail, internal messages or notes. The recipients of a message are contacts (res.partner) and the author is an email (text) and/or a contact. The mail.message may send email to recipients, according to their user's preferences.

mail.mail inherits mail.message and is used only for sending emails. (like mass mailing) Sometimes, a mail.message will create a mail.mail that inherits from itself if the message has to be send by email to external persons.

You should usually not use mail.mail but always use mail.message. A message will handle all the logic of delivering emails to followers, according to their preferences, etc.

You can get the complete documentation of this module here: http://doc.openerp.com/trunk/developers/addons/mail/

Avatar
Discard
Best Answer

Hello Magali,

Messages are specifically internal and emails are exactly that, emails. 

If you were to go onto a contact record in the chatter you will see the two buttons, log note and send a message. Send message will send an email to the contact as well any followers of the contact document. This is represented by the little person at the top right of the chatter with the number. 

When you log a note this will just keep a note on the record of whatever you type in, this will be displayed in the chatter. This is good if you have had a call with a customer and just want to quickly log details about the call for all the users of the Odoo system to view. 

You may be seeing emails inside the messages menu because once you send an email from a record it gets created as chatter/note on that record. Thus meaning that it is created in messages as well as an email. 

I hope this helps.

Thanks, 

Avatar
Discard