Im having trouble sending emails to addresses outside my domain...
Whenever I use mail(); it will send emails to any account @ourdomain.com just fine, but any outside addresses get rejected.
My email server is win32 and the php.ini settings are as follows:
____________________________________________________
[mail function]
; For Win32 only.
SMTP = 183.xxx.0.2; for Win32 only
sendmail_from= Maxx@ourdomain.com; for Win32 only
; For Win32 only.
sendmail_from = Maxx@ourdomain.com
; For Unix only. You may supply arguments as well (default: "sendmail -
t -i").
;sendmail_path = \sendmail -t -i
____________________________________________________
Im pretty sure the problem is in this (part of returned email)
__________________________________
Illegal-Object: S
Return-path: <>
^-expected word
__________________________________
...but I dont know what i can do to fix this... please help!
thank you!