Hey,
How can I send e-mails in vb6 including attachment(s)?
I want to do it without having the user provide me with the SMTP server.
Thanks,
Printable View
Hey,
How can I send e-mails in vb6 including attachment(s)?
I want to do it without having the user provide me with the SMTP server.
Thanks,
Search for "mailto" and "attachment" or such as there is code on the forums for it using ShellExecute API. ;)