PDA

View Full Version : mail problem


GO ILLINI
01-23-2006, 11:35 PM
It is with smtp authorization. I have been told that it is not possible. But I saw a script that made it possible. But I have users that have directories on my site and would like them to be able to use the mail() function without a complicated script. My plan was, to find some way to connect to the server with a password and username and then allow mail() commands normally. This file would be in the include directory so all the users would need to do is have a require('mail.php'); before their mail script and it would work. Does anyone know how to do this, Or can you refer me to a free mailer that doesnt use authorization?

Thanks,
ILLINI

degsy
01-24-2006, 02:29 PM
http://www.faqts.com/knowledge_base/view.phtml/aid/9820/fid/21

You could convert something like that into your own mail function
e.g. SMTP_mail($to,$from,$subject,$message);