[Hejes-devel] [1829] email auth
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Mon Mar 11 13:55:10 CET 2019
Revision: 1829
Author: mittelholcz
Date: 2019-03-11 13:55:09 +0100 (Mon, 11 Mar 2019)
Log Message:
-----------
email auth
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/controllers/default.py
Modified: trunk/web2py/applications/helyesiras_webdev/controllers/default.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/controllers/default.py 2019-02-27 15:15:52 UTC (rev 1828)
+++ trunk/web2py/applications/helyesiras_webdev/controllers/default.py 2019-03-11 12:55:09 UTC (rev 1829)
@@ -103,7 +103,7 @@
mail = Mail()
mail.settings.server = 'smtp.gmail.com:587' # w/ TLS
mail.settings.sender = 'helyesiras.hu.feedback at gmail.com'
- mail.settings.login = 'helyesiras.hu.feedback at gmail.com:EllipsziloN'
+ mail.settings.login = 'helyesiras.hu.feedback at gmail.com:ekemny2018'
msg = 'timestamp: {0}\nemail: {1}\n\n{2}'.format(datetime.datetime.now().isoformat(), form.vars.email, form.vars.body)
if mail.send(to=['helyesiras.hu.feedback at gmail.com'], subject='helyesiras.hu visszajelzés form', reply_to=form.vars.email, message=msg):
return dict(form=form, status=1, message='')
More information about the Hejes-devel
mailing list