How to change wamp phpmyadmin password?

How to configure smtp for php to accept username and password?

  • i had created a simple form at my webapge for my staff to fill in. next i want the inputted data to be sent to my email. i already change at the php.ini at mail function to my isp smtp address and port. and i got this error Warning: mail() [function.mail]: SMTP server response: 530 Authentication required in D:\wamp\www\FormToEmail.php on line 105 how do i set the account pass and username?

  • Answer:

    The risk using this method is that the user name and password are used in clear text at the site. Better is to have a local nail server on the machine and use this to accept the connection and relay the mail. On a Linux powered machine the sendmail local system is normally used, this eliminates the problem.

mathphob... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.