PHPer,
Sorry, I caused a lot of trouble to you.
Because my company block 80 port, only use email.
Thanks for your help.
John Taylor-Johnston wrote:
> Burhan Khalid wrote:
>
>
>>> Can you give me a send email sample?
>>
>>RTFM : http://www.php.net/manual/en/funct
John Taylor-Johnston wrote:
Burhan Khalid wrote:
Can you give me a send email sample?
RTFM : http://www.php.net/manual/en/function.mail.php
Burhan,
That's awfully polite. "RTFM". How are people supposed to get started? Take
that attitude back over to the Perl newsgroup. One of the joys
Burhan Khalid wrote:
> >Can you give me a send email sample?
> RTFM : http://www.php.net/manual/en/function.mail.php
Burhan,
That's awfully polite. "RTFM". How are people supposed to get started? Take
that attitude back over to the Perl newsgroup. One of the joys of PHP has been
a n
issin wrote:
Dear all,
Can you give me a send email sample?
Thanks!
RTFM : http://www.php.net/manual/en/function.mail.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Very simple sample:
// Send a mail to [EMAIL PROTECTED]
$headers = "From: \"Webmaster\"<[EMAIL PROTECTED]>";
$mailtext = trim($_POST["email"]);
$mailtext .= " is joining the family.\n";
mail('[EMAIL PROTECTED]', 'New Re
5 matches
Mail list logo