fix: change name of the website to "Annuaire des associations"
This commit is contained in:
parent
1227be765f
commit
5dcd4f4f6d
7 changed files with 26 additions and 25 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue