SMTP Authentication
Posted: Wed Apr 05, 2006 8:55 am
feyd | Please use
I checked line 54 and it looks like this:
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?
Any help is appreciated.
Thank you.
feyd | Please use
Code: Select all
andCode: Select all
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:Code: Select all
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 54Code: Select all
$send = mail( $to, $subject, $message, "From: {$from}");Any help is appreciated.
Thank you.
feyd | Please use
Code: Select all
andCode: Select all
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]