https://github.com/erebe/anonymousmailer
https://github.com/erebe/anonymousmailer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/erebe/anonymousmailer
- Owner: erebe
- Created: 2012-01-23T01:20:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T16:10:44.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T06:53:59.851Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is an very old project and with an old C++ style, be sure to tweak it to your needs before using
it.
It is a toy example of how to play with SMTP protocol
- Connect to a remote SMTP server
- Handle multiple destinatory
- false sender email
- Custom ASCII art in the message source
- Handle attachments (base64 convertion and mime part)
Be sure that your firewall allow you to connect directly to an SMTP server
(port 25), in France most internet box does not allow that by default for
security reason