When I send e-mail without specifying the recipient
(just attaching empty array) it displays nice window from Outlook Express with my file as an attachment and Subject line filled, so i just print e-mail address.
However if I will specify the e-mail address when I call the e-mail function , it will display the urgly Outlook Express Conformation and sends everything as a messy text file with no subject. My task is to give the user chance to correct e-mail address (taken from the database), to attach Exel file, and provide Subject at the same time. I can not find the way to do it.