9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
|
config BR2_PACKAGE_PYTHON_FLASK_MAIL
|
||
|
bool "python-flask-mail"
|
||
|
select BR2_PACKAGE_PYTHON_BLINKER # runtime
|
||
|
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
||
|
help
|
||
|
Flask extension for sending email.
|
||
|
|
||
|
https://github.com/rduplain/flask-mail
|