How do I add SMTP to this PHP form?

Could someone help me, I made a topic in stackoverflow, but no normal answer was given, since I am an artist, not a programmer, I have trouble implementing smtp. Could you post what changes I have make to php code?

You made a topic in SO, they can answer you. If we can’t even get the decency for our own topic without a link to where you wanted your answer to come from, you don’t deserve anymore time than it took to write this.

No they can’t, as you are able to evidently see that. Yes we could have our own domestically cultivated topic, however, does it bug you that hard for you to click a link? The topic there has formated texts and all… I could copy paste stuff from there, here, would it make any difference to you? You would not answered it anyway so why bother throwing bricks at me. I am asking nicely, don’t need to be rude and arrogant.

I’m not being rude or arrogant, I am getting to the point.

The advice they gave is well founded. You would take the second script you posted and drop the posted values from the form in. However, in order to get the password, you would need to add a sql query to select that value, thougjt, you shouldn’t be storing plain text passwords anyway, and a hashed password can’t be unhashed, a smarter solution is to send a link that allows them to change their password, or assign a new one that they change later.

Thank you, now that is an anwer!

Sponsor our Newsletter | Privacy Policy | Terms of Service