Email SMS Forwarding
Reprinted to Kuan@拜梦九尊
Call the get-sms command of modemmanager to forward the received SMS to the designated mailbox
gitee source code
Please complete the smtp information at the beginning of smtp.py before forwarding
python3 msg.py add 861234567890 text
Add text messages sent to 1234567890 to the temporary storage area
python3 msg.py send
Send all messages in the temporary storage area
python3 msg.py clean
Clear all local text messages (temporary storage, sent, received)
python3 msg.py forward
Forward all received text messages via smtp mail