|
dolibarr
x.y.z
|
Copyright (C) Dan Potter Copyright (C) Eric Seigne Copyright (C) 2000-2005 Rodolphe Quiedeville rodolphe@quiedeville.org Copyright (C) 2003 Jean-Louis Bergamo jlb@j1b.org Copyright (C) 2004-2015 Laurent Destailleur eldy@users.sourceforge.net Copyright (C) 2005-2012 Regis Houssin regis.houssin@inodbox.com Copyright (C) 2019-2022 Frédéric France frederic.france@netlogic.fr More...
Go to the source code of this file.
Classes | |
| class | CMailFile |
| Class to send emails (with attachments or not) Usage: $mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to,$css,$trackid,$moreinheader,$sendcontext,$replyto); $mailfile->sendfile();. More... | |
Copyright (C) Dan Potter Copyright (C) Eric Seigne Copyright (C) 2000-2005 Rodolphe Quiedeville rodolphe@quiedeville.org Copyright (C) 2003 Jean-Louis Bergamo jlb@j1b.org Copyright (C) 2004-2015 Laurent Destailleur eldy@users.sourceforge.net Copyright (C) 2005-2012 Regis Houssin regis.houssin@inodbox.com Copyright (C) 2019-2022 Frédéric France frederic.france@netlogic.fr
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. or see https://www.gnu.org/
Lots of code inspired from Dan Potter's CMailFile class
File of class to send emails (with attachments or not)
Definition in file CMailFile.class.php.