I'm a newbie and I trying to write a program that will take an email address
from a form and send an email to that address. I'm trying to use mutt to
send the email, due to needing to attach a file to the email. I'm using
system() to call mutt, but it doesn't appear to work. I'm passing php
variable to the system() call. I think the problem is the system() wants
shell variables and not the php variables. Can someone give me a hand.
Thanks.


***********************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL
OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN
INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT
FROM DISCLOSURE UNDER APPLICABLE LAW.
If the reader of this message is not the intended
recipient, or the employee or agent responsible for
delivering the message to the intended recipient, you are
hereby notified that any dissemination, distribution,
forwarding, or copying of this communication is strictly
prohibited.  If you have received this communication in
error, please notify the sender immediately by e-mail or
telephone, and delete the original message immediately.
Thank you.
***********************************************************


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to