[ADD] mail_single_send_several_recipients module

This commit is contained in:
Chafique
2020-09-28 12:06:38 +02:00
parent a748de39ec
commit 7c7cb2e8d2
5 changed files with 59 additions and 0 deletions

View 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,
}