[ADD] mail_single_send_several_recipients module
This commit is contained in:
12
mail_single_send_several_recipients/__manifest__.py
Normal file
12
mail_single_send_several_recipients/__manifest__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Mail Single Send with Several Recipients',
|
||||
'version': '10.0.1.0.0',
|
||||
'category': 'Mail',
|
||||
'license': 'AGPL-3',
|
||||
'summary': "When there are several recipients, always send only one e-mail for all the addressees",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['mail'],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user