lo there,
i am running a linux computer without a local mail server, but i want to send mail via php script. From what i have read, i can use an external mail server with PEAR::Mail, but i cant find much documentation (thats easy to read) to set it up.
i need the mail server like mail.mailserver.net
and use it to send something simple with just to, from and subject.
my smtp may need user and password auth, which i found in the docs as $params, but i dont know how to set them up.
thanks