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
Related Q & A:
- How To Configure Your Freedom?Best solution by Yahoo! Answers
- How to configure android kernel?Best solution by Stack Overflow
- How to configure syslog for logging in Python?Best solution by Stack Overflow
- How to configure nginx for JBoss?Best solution by Server Fault
- How to store data in php and get data from php?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.