Updated to send email through the client send_email.

This commit is contained in:
Nicholas Staples
2016-01-20 14:45:50 +00:00
parent ae781bc58d
commit 75d7110642
6 changed files with 6 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ class UKMobileNumber(StringField):
return
# TODO implement in the render field method.
# API's require no spaces in the number
#self.data = '+44 7{} {} {}'.format(*re.findall('...', self.data))
# self.data = '+44 7{} {} {}'.format(*re.findall('...', self.data))
self.data = '+447{}{}{}'.format(*re.findall('...', self.data))