https://github.com/dnmfarrell/email-responder
Script that responds to emails
https://github.com/dnmfarrell/email-responder
Last synced: about 1 month ago
JSON representation
Script that responds to emails
- Host: GitHub
- URL: https://github.com/dnmfarrell/email-responder
- Owner: dnmfarrell
- License: artistic-2.0
- Created: 2014-06-22T15:52:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-22T15:55:39.000Z (almost 12 years ago)
- Last Synced: 2025-03-06T05:44:10.353Z (over 1 year ago)
- Language: Perl
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE.txt
Awesome Lists containing this project
README
=head1 Email-Responder
A Perl script that reads from a POP3 mailbox and responds to every email. It logs the uids of the emails it has responded to, to prevent repeat emails.
=head2 Instructions
1. Download solution
2. Edit config.yml - set email address, password, and list of subjects and messages to be sent. The subjects / messages will be randomly picked from.
3. Run the script;
$ perl emailer_sender.pl
=cut
=head2 License
Licensed under the Artistic license 2.0. See LICENSE.txt
=cut