Parametrage des emails avec Xampp
Publié : 17 oct. 2019, 15:54
Bonjour,
Je rencontre un problème pour la configuration de l'envoi d'email.
Mon instance d'agora tourne sur un serveur Xampp ( première fois pour moi sur xampp).
Chaque fois qu'un email est envoyé un message me dit sur l'interface : L'email n'a pas pu être envoyé.
mon smtp est le smtp de mon site web.
le port 26 est indiqué par mon hébergeur Ex2Hosting :
Voici ma configuration :
- Agora-Project version 3.6.4 (mis a jour le 27/09/2019)
- Xampp v3.2.4
Voici le contenu de mon fichier sendmail.ini
mon fichier php.ini
Je rencontre un problème pour la configuration de l'envoi d'email.
Mon instance d'agora tourne sur un serveur Xampp ( première fois pour moi sur xampp).
Chaque fois qu'un email est envoyé un message me dit sur l'interface : L'email n'a pas pu être envoyé.
mon smtp est le smtp de mon site web.
le port 26 est indiqué par mon hébergeur Ex2Hosting :
Pourriez vous m'aider?Paramètres non-SSL (NON recommandé(e))
Nom d’utilisateur : agora@mondomaineamoi.com
Mot de passe : Utilisez le mot de passe du compte de messagerie.
Serveur entrant : mail.mondomaineamoi.com
IMAP Port: 143 POP3 Port: 110
Serveur sortant : mail.mondomaineamoi.com
SMTP Port: 26
IMAP, POP3 et SMTP require authentication.
Voici ma configuration :
- Agora-Project version 3.6.4 (mis a jour le 27/09/2019)
- Xampp v3.2.4
Voici le contenu de mon fichier sendmail.ini
Code : Tout sélectionner
[sendmail]
smtp_server=mail.mondomaineamoi.com
smtp_port=26
error_logfile=error.log
debug_logfile=debug.log
auth_username=agora@mondomaineamoi.com
auth_password=monMotDePasse
force_sender=agora@mondomaineamoi.com
mon fichier php.ini
Code : Tout sélectionner
[mail function]
; For Win32 only.
; http://php.net/smtp
;SMTP=localhost
SMTP=mail.mondomaineamoi.com
; http://php.net/smtp-port
smtp_port=26
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from =
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe" -t"
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail().
;mail.force_extra_parameters =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header=Off
; The path to a log file that will log all mail() calls. Log entries include
; the full path of the script, line number, To address and headers.
; mail.log =
; Log mail to syslog (Event Log on Windows).
mail.log = "C:\xampp\apache\logs\php_mail.log"