msmtp wrapper allowing for offline use
Project description
Allows you to use msmtp offline.
Installation
Using PyPi:
pip install --user offlinemsmtp
Run the daemon using systemd
Create a file called ~/.config/systemd/user/offlinemsmtp.service with the following content:
[Unit] Description=Offline msmtp [Service] ExecStart=/home/sumner/.local/bin/offlinemsmtp --daemon [Install] WantedBy=default.target
Then, enable and start offlinemsmtp using systemd:
systemctl --user daemon-reload systemctl --user enable --now offlinemsmtp
Other projects
https://github.com/dcbaker/py-mailqueued - looks cool, I didn’t see it when I was researching, but it’s probably better than my implementation, even thought I had a lot of fun doing mine
https://github.com/venkytv/msmtp-offline - it’s written in Ruby
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
offlinemsmtp-0.2.tar.gz
(4.5 kB
view details)
File details
Details for the file offlinemsmtp-0.2.tar.gz
.
File metadata
- Download URL: offlinemsmtp-0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
885f0e00be0d2590532d2a084d454e215d186e9c489b0feb262eaa295e5f36d5
|
|
MD5 |
7075c6db53287701b87be88332079e1c
|
|
BLAKE2b-256 |
c9b84839b0c37440db54059f134936bcd9c786a7dd39438a7cf777192e670c49
|