sarah2michelle
Technical User
Is there a way to create an email with an attachment through a mailto command line? Here is what I have so far...
This will create the email, but no attachment.
I am using outlook, but want this to work with other mail apps also.
I'm not sure that this is the correct forum, if it is not, does someone know of a more appropriate one?
Code:
start mailto:test@test.com?subject=See&body=See Attachment&attachment=c:\test\account3.bmp
This will create the email, but no attachment.
I am using outlook, but want this to work with other mail apps also.
I'm not sure that this is the correct forum, if it is not, does someone know of a more appropriate one?