How to attach file when sending emails
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Do you have any idea on how to attache image/docs/pdf saved from SQL DB then send it to email? All the attachements of diff. docs are all saved in our SQL DB, they want me to send the attched files as per record at attachment to email. PLSzzz.
Dabsukol
-
Hi, Do you have any idea on how to attache image/docs/pdf saved from SQL DB then send it to email? All the attachements of diff. docs are all saved in our SQL DB, they want me to send the attched files as per record at attachment to email. PLSzzz.
Dabsukol
Have a look at this[^] The example is in VB.Net but I hope you can easily convert it to C#.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.