bug fix: mail function shift

This commit is contained in:
usmannasir
2023-08-21 11:57:45 +05:00
parent dd8ef0598f
commit d65b6b5bcd
4 changed files with 8 additions and 8 deletions

View File

@@ -1389,11 +1389,6 @@ Automatic backup failed for %s on %s.
print('%s. [SendToS3Cloud]' % (str(msg)))
logging.writeToFile('%s. [SendToS3Cloud]' % (str(msg)))
@staticmethod
def FixMailSSL():
for website in Websites.objects.all():
virtualHostUtilities.setupAutoDiscover(1, '/home/cyberpanel/templogs', website.domain, website.admin)
@staticmethod
def v2Backups(function):
try: