Paramtrer Email
Envoyé par: 207666 ()
Date: mardi 17 août 2010 11:51:26

Bonjour
Je ne reçois pas les emails de confirmation d'une action (resa, email de rappel mdp ...), je suppose donc que j'ai mal configuré le fichier conf/config.php
Est ce quelqu'un à un exemple de configuration correcte svp ?

merci d'avance

romain

Options: RépondreCiter
Re: Paramtrer Email
Envoyé par: arogues ()
Date: mercredi 18 août 2010 13:09:25

salut,

Voila ce que j'ai pour que ca envoie avec la fonction mail() de PHP (pas en SMTP) :
// type of mail driver allowed with current host
define('MAIL_FACTORY','mail');
define('MAIL_HOST','localhost'); // should be change : with localhost you don't send mail far away !
define('MAIL_AUTH_NAME',''); // if you have authentication with smtp fill this. Work only with smtp factory
define('MAIL_AUTH_PASSWORD',''); // if you have authentication with smtp fill this. Work only with smtp factory

// standard dummy email address used when no address has been set
define ('DEFAULT_CLUB_EMAIL_ADDRESS', 'resa@aeroclub-basque.com');

@+
Antoine

Options: RépondreCiter
Re: Paramtrer Email
Envoyé par: 207666 ()
Date: mercredi 18 août 2010 15:17:44

c'est impeccable
Merci Antoine R !!!

Romain
207666

Options: RépondreCiter


Seuls les utilisateurs enregistrés peuvent poster des messages dans ce forum.
This forum powered by Phorum.