dolibarr  17.0.4
Classes
CMailFile.class.php File Reference

Copyright (C) Dan Potter Copyright (C) Eric Seigne Copyright (C) 2000-2005 Rodolphe Quiedeville rodol.nosp@m.phe@.nosp@m.quied.nosp@m.evil.nosp@m.le.or.nosp@m.g Copyright (C) 2003 Jean-Louis Bergamo jlb@j.nosp@m.1b.o.nosp@m.rg Copyright (C) 2004-2015 Laurent Destailleur eldy@.nosp@m.user.nosp@m.s.sou.nosp@m.rcef.nosp@m.orge..nosp@m.net Copyright (C) 2005-2012 Regis Houssin regis.nosp@m..hou.nosp@m.ssin@.nosp@m.inod.nosp@m.box.c.nosp@m.om Copyright (C) 2019-2022 Frédéric France frede.nosp@m.ric..nosp@m.franc.nosp@m.e@ne.nosp@m.tlogi.nosp@m.c.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...
 

Detailed Description

Copyright (C) Dan Potter Copyright (C) Eric Seigne Copyright (C) 2000-2005 Rodolphe Quiedeville rodol.nosp@m.phe@.nosp@m.quied.nosp@m.evil.nosp@m.le.or.nosp@m.g Copyright (C) 2003 Jean-Louis Bergamo jlb@j.nosp@m.1b.o.nosp@m.rg Copyright (C) 2004-2015 Laurent Destailleur eldy@.nosp@m.user.nosp@m.s.sou.nosp@m.rcef.nosp@m.orge..nosp@m.net Copyright (C) 2005-2012 Regis Houssin regis.nosp@m..hou.nosp@m.ssin@.nosp@m.inod.nosp@m.box.c.nosp@m.om Copyright (C) 2019-2022 Frédéric France frede.nosp@m.ric..nosp@m.franc.nosp@m.e@ne.nosp@m.tlogi.nosp@m.c.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.