https://github.com/stavroskasidis/newslettertester
https://github.com/stavroskasidis/newslettertester
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stavroskasidis/newslettertester
- Owner: stavroskasidis
- License: mit
- Created: 2018-12-11T21:10:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T09:34:47.000Z (over 5 years ago)
- Last Synced: 2024-10-06T09:23:05.497Z (about 1 year ago)
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NewsletterTester.sln
- License: LICENSE
Awesome Lists containing this project
README
# Newsletter Tester
A simple winforms project for testing html based newsletters.# How it works
The app performs a GET request to a url, downloads its contents and send them as the body of an e-mail to the provided address(es).# How to use
1. Download the latest version from [here](https://github.com/stavroskasidis/NewsletterTester/releases) and extract to a folder.
2. Open the NewsletterTester.exe.config and set your smtp settings in the `` section.
3. Run the app.
4. Provide the url to test.
5. Provide the e-mail address(es) to send the e-mail to.
6. Press the "Send" button.