Hi everyone,
I have a little issue with php settings and maybe script. I created a form for career application. When people submit their resume and It would mail to me and an automatic thankyou email send back to them. I got the automatic response to work but I cannot get it to email the application to me. I played with this for 2 days I can't figure out. I uploaded to WebHostingBuzz.com where my friends had his hosted, it works perfectly. So, i'm pretty sure it's my configuration. Can anyone please help. I'm running Apache2 with PHP4 on Windows 2000 Server. Here is the error I got from Apache2
SMTP server response: 550 A valid (syntax) address is required. in C:\Apache2\htdocs\Inetpub\new\sentresume.php on line 93
error 550 is usually user issue but I had that user.
php4.ini
[mail function]
; For Win32 only.
SMTP = mail.mydomain.com
smtp_port = 25
; For Win32 only.
sendmail_from = support@mydomain.com
If you need the script, I can post it too.
Thanks a lot!
I have a little issue with php settings and maybe script. I created a form for career application. When people submit their resume and It would mail to me and an automatic thankyou email send back to them. I got the automatic response to work but I cannot get it to email the application to me. I played with this for 2 days I can't figure out. I uploaded to WebHostingBuzz.com where my friends had his hosted, it works perfectly. So, i'm pretty sure it's my configuration. Can anyone please help. I'm running Apache2 with PHP4 on Windows 2000 Server. Here is the error I got from Apache2
SMTP server response: 550 A valid (syntax) address is required. in C:\Apache2\htdocs\Inetpub\new\sentresume.php on line 93
error 550 is usually user issue but I had that user.
php4.ini
[mail function]
; For Win32 only.
SMTP = mail.mydomain.com
smtp_port = 25
; For Win32 only.
sendmail_from = support@mydomain.com
If you need the script, I can post it too.
Thanks a lot!