Difference between revisions of "Module EMailing (developer)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:Mailing]] | [[Category:Mailing]] | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
− | {{TemplateModEN}} | + | {{TemplateModEN Developer}} |
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
name=Mailing| | name=Mailing| |
Revision as of 15:58, 1 June 2012
Mailing | |
---|---|
Numero/ID of module | 22 |
User doc. of module | Module EMailing |
Developer doc. of module | This page |
Function
This module add a tool to create and send emailings.
Entity EMailing
The PHP class to use to manipulate such object is file htdocs/comm/mailing/class/mailing.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Process
See user documentation.
Scripts mis en oeuvre
Permissions
- ->mailing->lire
- ->mailing->creer
- ->mailing->valider
- ->mailing->supprimer
Tables SQL
- Table llx_mailing : Table contenant les mailings (sujet, corps du text et statut global)
- Table llx_mailing_cibles : Table contenant la liste des destinataires définis pour ce mailing et le statut de l'envoi par destinataire.