The sendemail tag has no wiki summary.
0
votes
1answer
344 views
Citadel server along Apache server behind a router
I have an Apache server running on my Raspberry Pi. The Pi is behind a router, having local IP address 192.192.192.192. I use the Virtual Server feature of the router to allow traffic through ports ...
3
votes
0answers
374 views
Automatically send email on torrent completion
I have set up my pi to be a media server and a seed box. I have the transmission daemon running in the background. I am able to successfully access the transmission web gui from my laptop. Now I am ...
3
votes
4answers
969 views
sendEmail failure
I want to send a email. Here my working example on ubuntu:
sendEmail -f <FROM_EMAIL> -t <TO_EMAIL> -u 'Book' -m 'ISBN: 12345-678-90' -s smtp.gmail.com -o message-charset=utf8 -o tls=yes ...