qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Use smtp.gmail.com as EMAIL_HOST #356

Closed Xpirix closed 3 months ago

Xpirix commented 4 months ago

This PR is a fix for the email-sending feature since noreply@qgis.org goes sometimes in the spam folder.

Change summary:

image

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 82.45%. Comparing base (32e0504) to head (5bfb1ca).

Files Patch % Lines
qgis-app/plugins/tests/test_plugin_update.py 66.66% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #356 +/- ## =========================================== + Coverage 36.08% 82.45% +46.37% =========================================== Files 111 149 +38 Lines 4900 5933 +1033 =========================================== + Hits 1768 4892 +3124 + Misses 3132 1041 -2091 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.