|
Posted by Jerry Stuckle on 04/27/07 12:30
Michael Vilain wrote:
> In article <1177653012.844881.231920@u32g2000prd.googlegroups.com>,
> pradeep <pwpradeep@gmail.com> wrote:
>
>> Hello all,
>>
>> How can i send email using PHP from my server ?
>> Which settings are necessary ?
>>
>> please, guide me
>> Thanks in advance.
>
> RTFM:
>
> http://us2.php.net/manual/en/ref.mail.php
>
First of all, do you have an SMTP server running on your server? Does
it require authentication?
Depending on what you have and what you need to do, the mail() function
could work fine. With other situations you might need a package such as
Pear Mail to make things easier.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|