I meant to send this to the list for everyone's benefit, not just to 
Aleksandar directly.  Need to pay more attention to where the email is 
address when responding, sigh..

Mike

-------- Original Message --------
Subject: Re: [PHP-WIN] generating an automated mail .......
Date: Sat, 31 Aug 2002 09:41:43 -0400
From: "M. Hockings" <[EMAIL PROTECTED]>
To: Aleksandar Skodric <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> 
<02b301c250ed$ade56b40$0100a8c0@chiller>



Interesting,

This makes me wonder if it is just as easy to send an email containing 
the results of some computation.  Either an attached file or inline. 
Would you have to read the content of the file into a variable and send 
it as the body or can it simply be attached easily?

Kind regards,

Mike (just learning PHP)

Aleksandar Skodric wrote:

>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
>>
>>    
>>
>
>
>
>
>  
>

-- 

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page               :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club    :  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org



-- 

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page               :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club    :  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org

Reply via email to