|
Posted by Manuel Lemos on 01/13/06 17:57
Hello,
on 01/12/2006 02:50 PM at said the following:
> I need to test a mail function through my IPS, who doesn't allow sending
> mail without a password. Where do I specify this password? In php.ini I
> can specify SMTP and sender, but apparently not password.
You may want to try this class that comes with a wrapper function named
smtp_mail(). It is compatible with mail() but it lets you send messages
using a given SMTP server and specifying a user name and password.
http://www.phpclasses.org/mimemessage
you also need these two classes together to send messages to SMTP
servers that require authentication:
http://www.phpclasses.org/smtpclass
http://www.phpclasses.org/sasl
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|