mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Deprecate Mailgun integration. Works on #1432
This commit is contained in:
@@ -143,10 +143,12 @@ class Config(object):
|
||||
Whether to connect to the SMTP server over SSL
|
||||
|
||||
MAILGUN_API_KEY
|
||||
Mailgun API key to send email over Mailgun
|
||||
Mailgun API key to send email over Mailgun. As of CTFd v3, Mailgun integration is deprecated.
|
||||
Installations using the Mailgun API should migrate over to SMTP settings.
|
||||
|
||||
MAILGUN_BASE_URL
|
||||
Mailgun base url to send email over Mailgun
|
||||
Mailgun base url to send email over Mailgun. As of CTFd v3, Mailgun integration is deprecated.
|
||||
Installations using the Mailgun API should migrate over to SMTP settings.
|
||||
"""
|
||||
MAILFROM_ADDR = os.getenv("MAILFROM_ADDR") or "noreply@ctfd.io"
|
||||
MAIL_SERVER = os.getenv("MAIL_SERVER") or None
|
||||
|
||||
@@ -232,6 +232,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div role="tabpanel" class="tab-pane" id="mailgun">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Mailgun integration is deprecated! Please see your Mailgun account for SMTP credentials.
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
Mailgun API Base URL<br>
|
||||
|
||||
@@ -69,11 +69,11 @@ Whether to connect to the SMTP server over SSL
|
||||
|
||||
MAILGUN_API_KEY
|
||||
~~~~~~~~~~~~~~~
|
||||
Mailgun API key to send email over Mailgun
|
||||
Mailgun API key to send email over Mailgun. As of CTFd v3, Mailgun integration is deprecated. Installations using the Mailgun API should migrate over to SMTP settings.
|
||||
|
||||
MAILGUN_BASE_URL
|
||||
~~~~~~~~~~~~~~~~
|
||||
Mailgun base url to send email over Mailgun
|
||||
Mailgun base url to send email over Mailgun. As of CTFd v3, Mailgun integration is deprecated. Installations using the Mailgun API should migrate over to SMTP settings.
|
||||
|
||||
LOG_FOLDER
|
||||
~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user