|
|
|
@ -12,7 +12,8 @@ import subprocess
@@ -12,7 +12,8 @@ import subprocess
|
|
|
|
|
from email.message import EmailMessage |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SENDMAIL_PATH = '/usr/bin/sendmail' |
|
|
|
|
# path to the sendmail programm |
|
|
|
|
SENDMAIL_PATH = '/usr/sbin/sendmail' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SendMailException(Exception): |
|
|
|
|