Mail() should be just fine...

$subject  = "Confirmation... sth";
$body = "Your username is: $username. Your pass is: $pass";

mail($to, $subject, $body);

Cheers,
Alex
----- Original Message ----- 
From: "toby z" <[EMAIL PROTECTED]>
To: "php hlp list" <[EMAIL PROTECTED]>
Sent: Saturday, August 31, 2002 2:52 PM
Subject: [PHP-WIN] generating an automated mail .......


> hi guys
> 
> i want to send an automated mail when a person cliks
> on the submitt button of the membership form
> 
> carrying his password and confirming his email
> 
> the problem is ....
> 
> i have absolutuley no clue which function should i use
> 
> 
> should it be mail()
> or imap_mail()
> or sumthing else
> 
> pleeez help
> thnx a million in advance guys ....
> 
> 
> clueless
> 
> toby ......
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to