Hi 

I need to know how the mail stucture
would look if I want to send data from a form
via smtp instead of using  the PRINT statement
I need to use this

$MAIL->datasend("or more lines\n");

How would I define the the form variables like username

would it look like this?

$MAIL>datasend("$username\n);

and if so can I send multiple lines in the same way? such as

$MAIL>datasend("$username\n);

$MAIL>datasend("$password\n);

and so forth



Thanks








-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to