good evening please how to send email from localhost using wamp ?

1 réponse


yceoshda
Réponse acceptée

Good evening,

Most of the time it's not possible, either your ISP is preventing it, or your emails will simply get rejected by any spam filter out there.

However, for testing purposes (if you just want to check that the app you are developping is able to send mails) you can use something along the line of MailDev (http://djfarrelly.github.io/MailDev/), and you'll find a great tutorial on this very site on how to use it (in french, but I believe easily understandable) => http://www.grafikart.fr/tutoriels/divers/maildev-tester-emails-595

Happy coding