|
allows user to mark an image and send it.
sends an email to configured recipient. defaults to using localhost:25
as the SMTP server (no user name, no password, see [1] for configuration
parameters of flask-mail).
Introduces a config parameter:
FEEDBACK_RECIPIENT = feedback@localhost
left TODO:
1. customize the 'thank you' text
2. document in user guide (setting MAIL_DEFAULT_SENDER correctly)
[1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
|