Skip to content
Snippets Groups Projects
Commit 7c5a51bb authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: change email for test purpose

parent 4f2f43f8
No related branches found
No related tags found
3 merge requests!103Support,!102Dev,!83Features/113 bilan mensuel
......@@ -6,9 +6,10 @@ const log = logger.namespace('report')
const monthlyReport = async () => {
log('info', 'Fetching data for mail...')
log('info', 'Sneding mail...')
log('info', 'Sending mail...')
const FEEDBACK_EMAIL = 'ecolyo@grandlyon.com'
// const FEEDBACK_EMAIL = 'ecolyo@grandlyon.com'
const FEEDBACK_EMAIL = 'ext.sopra.yvallet@grandlyon.com'
const mailContent = 'TEST'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment