flask-mail
flask-mail copied to clipboard
Flask-Mail adds SMTP mail sending to your Flask applications
Hi can I take over your project because you do not seem to be maintaining it anymore? My pip account username is the same as github: rimvislt
Add installation, usage, and contribution guidelines to README.
I developing a simpel website that use fastapi and i mount flask on fastapi i this in my app.init : from flask import Flask from flask_bootstrap import Bootstrap from app.config...
i am sorry to bother you. background: i have some crontab task every morning. "make-weekly-auction-data" is just one of them. other tasks can send email with excel attached-file success. but...
Would it be possible to extend the existing Connection::configure_host to allow a CA certificate file to be specified? The extra code looks like this: if self.mail.use_tls: **# Change to support...
Installing flask-mail with poetry (pip 22.2.2) results in a `ModuleNotFoundError: No module named 'setuptools'`. I suppose it is because the dependency is not referenced in [setup.py](https://github.com/mattupstate/flask-mail/blob/master/setup.py). See also: - #188
"current" was spelled as "curent"
``` return self._message().as_string() File "/home/javier/python/wszbeltia/lib/python2.7/site-packages/flask_mail.py", line 307, in _message **ascii_attachments = current_app.extensions['mail'].ascii_attachments KeyError: 'mail'** ``` Also see: http://stackoverflow.com/questions/28466384/python-flask-email-keyerror-keyerror-mail Downgrading to 0.9.0 solves this.
I use flask_mail in blueprint,`app = Flask(__name__)` in app.py so I first `from app import app` in blueprint then set sender `app.config["MAIL_DEFAULT_SENDER"] ` finally `mail = Mail(app)` when run `msg...
This project's no longer maintained. As a final task, could you put the project to rest by documenting that people shouldn't start using it for new projects, and potentially point...