Commit a1b694ef by Tu Nombre

Correccion

1 parent 434485df
......@@ -127,12 +127,9 @@ class Mail(ServiceBase):
host = info["smtp"]["host"]
except:
host = False
try:
if host == "MAILMASIVO":
res = n = self.sendGrid(info["smtp"], data)
return(res)
except:
return(False)
res = self._sendClasico(data,stadomail)
return(res)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!