How can I take my form data and send it as an email using my SMTP server
located @ my ISP using PHP ?
my form has several fields:
TO: this is a drop down list
FROM: this is a drop down list
SUBJECT: Free Type
MESSAGE: Free Type
CC: Check Box
what I need to do is send the email TO the user selected, FROM the user
selected, with the Subject and Message, If ticked CC then copied to the
FROM user !
Any Ideas ?
Thanks
located @ my ISP using PHP ?
my form has several fields:
TO: this is a drop down list
FROM: this is a drop down list
SUBJECT: Free Type
MESSAGE: Free Type
CC: Check Box
what I need to do is send the email TO the user selected, FROM the user
selected, with the Subject and Message, If ticked CC then copied to the
FROM user !
Any Ideas ?
Thanks
Comment