PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi everyone.
I'm am using a php contact form in my website, which i got from [url=http://www.syndikut.pwp.blueyonder.co.uk/free.htm]here[/url]. Demo [url=http://www.syndikut.pwp.blueyonder.co.uk/free/mailme/email.php]here[/url]. It is working fine, except that when you hit submit it gives me this error:
Warning: mail(): SMTP server response: 503 This mail server requires authentication. Please check your mail client settings. in c:\inetpub\wwwroot\offline\email.php on line 54
Now my question is: What smtp authentication code should i add in this line (or another line) so i can put the name of my SMTP server, Username and Password?
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
And how could i code that into my file? Would it be something like this:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]