E-mailing an attachment automatically
I am building a program in html that basically generates text based on selections, text input, etc.
One of the things I would like to do is pick a certain file (they are all .pdf files) and automatically open up an Outlook e-mail with that file attached.
My programming skills are exceptionally limited, although with the help of all of you, I have built something pretty phenomenal. I know I can create the e-mail, create the subject line, but if I could make it auto-attach the selected file, that would be spectacular. I can load all the .pdf files into one folder, and the e-mail system used to send the file will be 100% exclusively MS Outlook. Is there a way to do that?