How can I send an email from VBA without attaching the workbook. I am currently using Mozilla mail and dont have the option of changing from this.

I know how to send an email from the command prompt but when I use this in a VBA shell it does not work.

Shell (mailx - s "subject" [email protected])

Any suggestions would be very much appreciated