I'm trying to use the PHP mail function, sending mails via my SMTP server. The server I use however requires authentication restricing my use to local addresses only. Is there any way of getting round this?
DJM
What platform do you have PHP loaded on? I had some difficulty myself with my powerbook.
I'm using Windows. I've since be told from somebody else that SMTP authentication is not supported in PHP4, so I guess I had better find a new mail server!
Thanks!