I have this VB program that will automatically generate excel files (for reporting purpose) at certain time.

What I want to do is - to send the excel file to an email address.

Can it be done this way - using my VB program to capture that particular excel file and send it to any email address without the need of a web server.

Thanks.