|
Posted by Daniel Tryba on 05/27/05 13:50
smilesinblues@gmail.com wrote:
> are you saying that if i will use classes like libmail. I will be able
> to send emails using php.
Like, libmail itself uses mail() to actually send the mail. Searching
for smtp at phpclasses.org, shows some that might be usefull to you,
first one (http://www.phpclasses.org/browse/package/14.html) can connect
to any smtp daemon you have access to.
Also there is a call to local sendmail example on
http://nl3.php.net/popen (webmaster at elcurriculum dot com 09-Dec-2004
09:05), which IMHO would be the preffered method (if possible).
> I don't know what the server admin is going to do with the spam
> problem. But will I be able to send emails using classes.
A better solution would be to scan outgoing mail.
Navigation:
[Reply to this message]
|