Author: trashy Date: Sun Jan 24 04:15:28 2010 New Revision: 778 URL: http://svn.gna.org/viewcvs/galette?rev=778&view=rev Log: Use of phpMailer Added a new class to handle Mails Mailing class extends GaletteMail Add to preferences some phpMailer capabilities : use of SMTP authentication, send via SMTP/GMAIL/QMAIL(?)i, TLS support Remove of unsupported spanish translations in database upgrade scripts Added: trunk/galette/classes/galette_mail.class.php Modified: trunk/galette/ajouter_adherent.php trunk/galette/classes/mailing.class.php trunk/galette/includes/smarty.inc.php trunk/galette/install/sql/mysql.sql trunk/galette/install/sql/pgsql.sql trunk/galette/install/sql/upgrade-to-0.7-mysql.sql trunk/galette/install/sql/upgrade-to-0.7-pgsql.sql trunk/galette/mailing_adherents.php trunk/galette/preferences.php trunk/galette/self_adherent.php trunk/galette/templates/default/mailing_adherents.tpl trunk/galette/templates/default/preferences.tpl