I want to send e-mail with "mass mailing" function, but I just see there mail into mail.message and not mail.mail.
Is this normal?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to send e-mail with "mass mailing" function, but I just see there mail into mail.message and not mail.mail.
Is this normal?
A 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.
A 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/
mail.message holds the text of the message mail.mail holds other details about the mail being sent.
mail.message may contain email/comment/notifications but mail.mail is only about email.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
How to disable automatic mail ?
Đã xử lý
|
|
7
thg 4 24
|
45060 | |
|
6
thg 7 23
|
25728 | ||
|
3
thg 9 15
|
11339 | ||
|
0
thg 3 15
|
3769 | ||
|
1
thg 3 15
|
5978 |