mirror of https://github.com/OCA/social.git
commit
9e9efb4985
|
@ -45,7 +45,7 @@ class IrMailServer(models.Model):
|
|||
if self.smtp_from:
|
||||
match = re.match(
|
||||
r"^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\."
|
||||
r"[a-z]{2,4})$",
|
||||
r"[a-z]{2,63})$",
|
||||
self.smtp_from,
|
||||
)
|
||||
if match is None:
|
||||
|
|
Loading…
Reference in New Issue