Ulysses Stuff > Releases

ERS - EMail Reporting System

<< < (5/14) > >>

Fanney:

--- Quote from: MrPresident on July 06, 2014, 02:00:02 PM ---I looked at the code, that can't be secure having the password to the SMTP server right there in the php file in plaintext.

--- End quote ---
well no one can read the password until your server goes crazy and serves the file instead of parsing it.
Somehow the SMTP Server of the Mail Provider needs to know the password, hashing won't change it since you need a way to get the password sent to the SMTP server.

Neku:

--- Quote from: Fanney on July 07, 2014, 09:12:09 AM ---well no one can read the password until your server goes crazy and serves the file instead of parsing it.
Somehow the SMTP Server of the Mail Provider needs to know the password, hashing won't change it since you need a way to get the password sent to the SMTP server.

--- End quote ---

No...
His password is on his attachment.

Fanney:

--- Quote from: Neku on July 07, 2014, 12:56:41 PM ---No...
His password is on his attachment.

--- End quote ---
Dont understand what you mean by that.
As long no one has access to the .php File no one will know your password (also you shouldnt use the same email that you use private).
I've just added the SMTP thingy so you dont need a local mailserver it's how it works it needs your password in some kind.

Storm:
So Fanney you just put report.php as you adjusted it on your web server and what do you do with the other files you included?

Fanney:

--- Quote from: Storm on July 07, 2014, 04:17:52 PM ---So Fanney you just put report.php as you adjusted it on your web server and what do you do with the other files you included?

--- End quote ---
well these are from phpMailer, so it's much more reliable because it's an kinda finished lib. (so needed)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version