What you are doing trying to add a record with the name of the variables as the value for the fields. So right now you are saying that NameID=val1. What you want is NameID=value of val1. So replace you code with :
mysql = "Insert into mail(NameID,Description,SubscriptionID,DateReceived)...