I'm having trouble finding info on creating a confirmation e-mail when I submit data to my DB. Anyone know how to do that or can direct me to a good tutorial?
Printable View
I'm having trouble finding info on creating a confirmation e-mail when I submit data to my DB. Anyone know how to do that or can direct me to a good tutorial?
so you need help on writing the email or figuring out how to send email in .NET?
i need to submit the data to a DB and then send an e-mail.
I can do one or the other but not both.
so why can't you do both? errors? if so what error message, if not then maybe show some code or something, if you can do each one of those then you can do both.
There is no reason why you cant do both
'database code
'then email code
nevermind, i think I got this. thnx!