mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
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
|