php - Which email service shall I use for testing sending emails? -


I am coding in PHP w / CodeIgniter and I would like to test some features in my app that send emails.

For some reason, I could not send an email to my local server (XAMPP) through my email account, and I also do not want some spam filters to feel like I'm spamming While I'm testing.

Is there any email service that I can use for testing purposes? Preferably one who does not implement SSL because I'm having trouble working on my local server.

Appreciate your help

As long as you do dozens or hundreds of exam e-mails Set up the SMTP server of your mailing function to point to Google whatever your daily e-mail provider (like GMail) is not sending (I think that SSL is optional with Gmail, but I May be incorrect.)

If your mailing library does not support using an external SMTP server Transferee, then switch to another. But I think the code igniter has covered you there.


Comments