Welcome Guest, Not a member yet? Register   Sign In
How can I test outgoing e-mail?
#12

(This post was last modified: 05-03-2016, 02:26 PM by alotufo.)

I use this online tool to test outgoing email from my CI applications. Works very well.

https://www.mail-tester.com

Just go to the site and it will generate an email address for you to send to. Then configure your CI application to send to that address and after it's sent, click the button on the website that says 'Then Check Your Score'. It should reveal all of the information you need to have your application reliably send emails. Follow the steps it suggests, correct the problems and repeat until you have a good score.

For the problem with equal signs in emails, from my experience this is a problem when sending to some Microsoft mail servers. I don't have this problem with my GMail account. To fix it, try adding this before sending the email:

Code:
$this->email->set_crlf("\r\n");

Note: This fix above only worked for me for some reason when I used it in the controller. If I added it to an email config file, it didn't work.
Reply


Messages In This Thread
How can I test outgoing e-mail? - by Wouter60 - 04-23-2016, 12:45 AM
RE: How can I test outgoing e-mail? - by InsiteFX - 04-23-2016, 03:19 AM
RE: How can I test outgoing e-mail? - by Wouter60 - 04-23-2016, 07:32 AM
RE: How can I test outgoing e-mail? - by InsiteFX - 04-23-2016, 10:54 AM
RE: How can I test outgoing e-mail? - by Wouter60 - 04-24-2016, 10:44 AM
RE: How can I test outgoing e-mail? - by InsiteFX - 05-03-2016, 12:09 PM
RE: How can I test outgoing e-mail? - by Wouter60 - 05-03-2016, 12:18 PM
RE: How can I test outgoing e-mail? - by alotufo - 05-03-2016, 02:22 PM
RE: How can I test outgoing e-mail? - by InsiteFX - 05-03-2016, 03:06 PM
RE: How can I test outgoing e-mail? - by skunkbad - 05-03-2016, 03:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB