Skip to content
Snippets Groups Projects
Commit e89d888d authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

refactor(email): add email recipient in log

parent 419f766d
Branches
Tags
1 merge request!375V3.0.0
......@@ -25,7 +25,7 @@ export class MailerService {
});
formData.append('metadata', data);
const contentLength = formData.getLengthSync();
Logger.log(`Send mail : ${subject}`, 'Mailer');
Logger.log(`Send mail to ${JSON.stringify(emailsToSend)} : ${subject}`, 'Mailer');
return new Promise((resolve, reject) => {
this.httpService
.post(process.env.MAIL_URL, formData, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment