diff --git a/phasmerge.py b/phasmerge.py index af5d352..ce79278 100644 --- a/phasmerge.py +++ b/phasmerge.py @@ -2436,9 +2436,9 @@ def usagedata(): ### Send # Send the message via our own SMTP server. # print("Sending settings file") - s = smtplib.SMTP('localhost') - s.send_message(msg) - s.quit() + #s = smtplib.SMTP('localhost') + #s.send_message(msg) + #s.quit() return None @@ -2854,4 +2854,4 @@ def main(): ####################################### #### POSSIBLE PENDING ISSUES########### -## None \ No newline at end of file +## None