fix: change name of the website to "Annuaire des associations"

This commit is contained in:
Matthieu Bessat 2021-03-05 22:19:22 +01:00
parent 1227be765f
commit 5dcd4f4f6d
7 changed files with 26 additions and 25 deletions

View file

@ -64,11 +64,11 @@ export default class EmailService {
// for now replace every email by a predefined one
// console.info(to + ' replaced')
// to = "spamfree@matthieubessat.fr"
subject += " - Forum des associations 2020"
subject += " - Annuaire des associations"
return new Promise((resolve, reject) => {
const config: any = {
from: '"Forum des associations - Espace Condorcet Centre Social" <ne-pas-repondre@espacecondorcet.org>',
from: '"Annuaire des associations - Espace Condorcet Centre Social" <ne-pas-repondre@espacecondorcet.org>',
to, subject, text, html
}
if (this.isMocked()) {