0
votes
0answers
11 views

How can i automate attaching log files in SBM serena business manager SCR tickets

I have to automate the following task. Using a script, I want to automatically attach a file to SBM Serena Business Manager's SCR ticket's ATTACHMENT section --or update other infomation in SCR like ...
2
votes
3answers
832 views

How to automatically upload e-mail attachments

When I have an e-mail with an attachment that exceeds usual limits (say 10 Mb), I upload the file to a private remote FTP server (using a simple homemade PHP upload tool), and I add the link to my ...
0
votes
1answer
473 views

Automatically & periodically pull email and save attachments

Is there a Linux- or Windows-based program that can automatically & periodically pull email from a POP3/IMAP server, extract the attachment, and save the attachment to disk? The scenario: We have ...
0
votes
0answers
534 views

Script Mail.app to auto-save attachments?

In similar thinking to a previous question, is it possible to script Apple's Mail.app to auto-save attachments from a given address or file type? Presuming it is, what would that AppleScript look ...
1
vote
3answers
65 views

Speed up repetitive completion of email

I want to send email with the same subject line, body text and pdf attachment to any one who asks me for the .pdf. I want to be able to use a keyboard short cut or similar to avoid having to type the ...
8
votes
2answers
13k views

Save attachments from many emails at once in Outlook?

Someone sent me 200 emails overnight, with one file attachment apiece. sigh I'm expecting another 200 each night for the next three nights (the emails come from a server, so asking them to batch them ...
0
votes
3answers
3k views

How to get outlook email attachment onto a file server?

Background: Every work day I get an e-mail message from a known sender. The sender puts an attachment in the e-mail message. I have to process that attachment with a python script. Question: What ...