Skip to content
Snippets Groups Projects
Commit 2e7c3d3e authored by Hamza Touizrat's avatar Hamza Touizrat
Browse files

Merge branch 'verification_mail' into 'master'

Verification mail

See merge request !66
parents d3d6b24e cf6e3608
No related branches found
No related tags found
1 merge request!66Verification mail
...@@ -243,7 +243,7 @@ SENDGRID_ECHO_TO_STDOUT = True ...@@ -243,7 +243,7 @@ SENDGRID_ECHO_TO_STDOUT = True
# Mails app config # Mails app config
MAILS_ENABLED = True MAILS_ENABLED = True
MAILS_NOTIFICATIONS_ADDRESS = 'notifications@oser-cs.fr' MAILS_NOTIFICATIONS_ADDRESS = 'contact@oser-cs.fr'
MAILS_RAISE_EXCEPTIONS = False MAILS_RAISE_EXCEPTIONS = False
HTML_MESSAGE_TEMPLATE = BASE_DIR + \ HTML_MESSAGE_TEMPLATE = BASE_DIR + \
"/profiles/templates/profiles/template_email_verification.html" "/profiles/templates/profiles/template_email_verification.html"
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</table> </table>
<tr> <tr>
<td class="bg_light" style="text-align: center;"> <td class="bg_light" style="text-align: center;">
<p>Vous n'avez pas essayé de vous inscrire au site web de OSER ? Veuillez nous contacter pour régler le problème <a href="mailto:support@oser-cs.fr" style="color: #F3395E;">support@oser-cs.fr</a></p> <p>Vous n'avez pas essayé de vous inscrire au site web de OSER ? Veuillez nous contacter pour régler le problème <a href="mailto:contact@oser-cs.fr" style="color: #F3395E;">contact@oser-cs.fr</a></p>
</td> </td>
</tr> </tr>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment