콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
20672 화면

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.

아바타
취소
관련 게시물 답글 화면 활동
7
4월 24
45442
6
7월 23
26070
3
9월 15
11517
0
3월 15
3883
1
3월 15
6122