smtp-handling #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cis-kuldeep/influx-smtp-gateway:smtp-handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
replace prints with debug log
@ -23,3 +30,4 @@
SMTP webhook server
"""
def create_new_client(self, response):
needs to return a value (e.g. boolean)
@ -26,0 +42,4 @@
"message": "some error: {}".format(e)}
print("response1: ", response)
def smtp_login(self, response, msg):
needs to return a value
@ -79,0 +94,4 @@
if (c == 1):
soft_return("can't connect")
self.create_new_client(response)
need to check for return value and skip
login
ifconnect
failsCheckout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.