Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haraldrudell/attachmentsaver
Receives local email saving pdf attachments to Desktop. by Harald Rudell
https://github.com/haraldrudell/attachmentsaver
Last synced: 1 day ago
JSON representation
Receives local email saving pdf attachments to Desktop. by Harald Rudell
- Host: GitHub
- URL: https://github.com/haraldrudell/attachmentsaver
- Owner: haraldrudell
- Created: 2012-04-18T04:36:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-24T03:01:47.000Z (over 12 years ago)
- Last Synced: 2024-10-05T16:47:53.054Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 315 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AttachmentSaver
This app saves pdf attachments to the Desktop.
If you have Dell 2335dn or other scan-to-email device, it relives the requirement of cables, usb fobs, no longer supported jurrassic operating systems such as Windows XP or any half-ready drivers that might have been provided with your multi-function printer device.
This program also takes away the pain of entering an email subject line using a tri-tap keypad.
# How to Get It
## Install
* install from github to you machine
* have node avilable## Run
```
$ node app.js=== 2012-04-23 19:45:46 AttachmentSaver starting
Application AttachmentSaver on node v0.6.14 available on ips[192.168.1.15] port 5000 saving to folder /home/foxyboy/Desktop.
```the local ip address of your machine is printed. setup your Dell 2335dn printer to sending mail to port 5000 of the machine's subnet ip. This can only be done from the web interface.
* browse to the printer
* click Email Settings
* Fill in SMTP Server and Port
* click SubmitScans show up on your Desktop
## scanning
Scan to email using the printer's panel as outlined in the manual essentially
* Place your original on glass or in sheet feeder
* navigate to Scan
* press Start, Checkmark, Checkmark
* If your original was on the glass, select More pages? No# That's all folks!
Happiness!
Written by Harald Rudell in April, 2012
![Dell setup](https://github.com/haraldrudell/attachmentsaver/raw/master/style/dell.png)