I'm using phpmailer and to use it you have to set $mail->password
I worry that my password is going to be accessible by hackers. Do I need to do something to protect it? I could put the password in the class file which is in a certain directory. Would that be secure? If I password protect that directory would the php script be able to access it?
Please excuse my ignorance on the subject!