Changeset 1104
- Timestamp:
- Sep 9, 2012 12:37:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pvMail/src/PvMail/pvMail.py
r1103 r1104 273 273 cmd = '''cat << +++ | %s\n+++''' % "\n".join(mail_message) 274 274 275 if 'Ubuntu' in str(os.uname()): # Ubuntu uses exim275 if 'Ubuntu' in str(os.uname()): # some Ubuntu (11) uses exim, some (10) postfix 276 276 email_program = '/usr/bin/mail' 277 277 mail_command = "%s %s" % (email_program, to_addr)
Note: See TracChangeset
for help on using the changeset viewer.