CodeIgniter Forums
CI displaying SMTP settings upon error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI displaying SMTP settings upon error (/showthread.php?tid=6276)



CI displaying SMTP settings upon error - El Forum - 02-20-2008

[eluser]mrtopher[/eluser]
I have a form in an app that is used to send an e-mail. I'm using SMTP and CI to send the e-mail. I've configured SMTP using a config file stored in the config directory. What I'm finding is that when the user fills out the form incorrectly (trips form validation) CI is displaying my SMTP settings at the very top of my program.

Anyone have any idea why this would be happening?