I use DBTS Form Processor on most of my websites to process my HTML forms.
I have a question in regards to the security of the PHP file it produces.
One of the last sections to complete is the SMTP info for the outgoing mail server.
When the PHP file is produced, it visually shows the email address and password that I inputted.
Is there a way to make this processor secure so it doesn't show that sensitive information to anyone that finds the PHP file?
