[Utilisation hMailServer]
Après l'installation, vous avez besoin de la configuration suivante pour envoyer correctement le courrier de WampServer:
1) When you first open hMailServer Administrator, you need to add a new domain.
2) Click on the "Add Domain ..." button at the Welcome page.
3) Under the domain text field, enter your computer's IP, in this case it should be 127.0.0.1.
4) Click on the Save button.
5) Go to Settings>Protocols>SMTP and select "Delivery of Email" tab
6) Enter "localhost" in the localhost name field.
7) Click on the Save button.
Si vous devez envoyer du courrier en utilisant FROM destinataire d'un autre ordinateur, vous avez besoin pour autoriser les livraisons de comptes externes vers externes. Pour ce faire, procédez comme suit:
1) Go to Settings>Advanced>IP Ranges and double click on "My Computer" which should have IP address of 127.0.0.1
2) Check the Allow Deliveries from External to External accounts checkbox.
3) Save settings using Save button.
(. Cependant, Windows Live/Hotmail a refusé tous les e-mails provenant d'adresses IP dynamiques, la plupart des ordinateurs résidentiels utilisent la solution consiste à utiliser le compte Gmail)
pour utiliser le compte Gmail:
1) Go to Settings>Protocols>SMTP and select "Delivery of Email" tab
2) Enter "smtp.gmail.com" in the Remote Host name field.
3) Enter "465" as the port number
4) Check "Server requires authentication"
5) Enter gmail address in the Username
6) Enter gmail password in the password
7) Check "Use SSL"
(note, "de" fonction ne marche pas sur le terrain avec gmail)
* p.s. dans de rares cas, il peut être nécessaire de décocher tout sous require SMTP authentication
dans:
- pour locale: Paramètres> Avancé> Plages IP> "Poste de travail"
- pour extérieur: Paramètres> Avancé> IP Gammes> "Internet"
Merci beaucoup! – Jonathan
Pourriez-vous me dire l'emplacement exact où placer $ host = "ssl: //smtp.gmail.com"; $ port = 465; . Merci –