is it possible to send via email the file or data of an application made using c#?
i have a program which will have its data stored in sqlite
database at appdata
. so i need to back it up regularly (or everyday) in case of accidental deletion of the data without manually sending it through internet.
If it is possible, can you help me with it? like posting here links or tuts on how to.. answers are very much appreciated.
The program create the file database.sqlite
at the AppData/MyProgram
folder and i want to send that file.