Question How do I send an email with attachment using Process.start?

Robert Homes

Member
Joined
Nov 16, 2023
Messages
11
Programming Experience
5-10
I want to send a music file by gmail using Process.start. Can anyone give me a simple way to do that?
 
You can use System.Net.Mail in VB.NET to send emails in your code without the need to spawn a process. Is there a particular reason you need to do it this way?

Here is a video on using it
 
Back
Top