Quote:
|
Originally Posted by koncept
objMail.Body = "<b>Name: </b>" & Uploader.form("name") & "<br><b>Email: </b>" & Uploader.form("email")
make sure these two lines are in there as well
objMail.BodyFormat=0
objMail.MailFormat=0
|
Thank you very much koncept for help.
All is working fine just expect small error. I have date of birth.
DD/MM/YYYY
when I am putting it seprate it is working fine but I wand then togater.
like
DD/MM/YYYY
I am using below and it is giving error.
& "<br><b>Date of Birth: </b>" & Uploader.form("DoBday")/"& Uploader.form("DoBmonth")/"& Uploader.form("DoByear")
Thank you in advance.