diff --git a/src/services/common/OvhService/OvhService.ts b/src/services/common/OvhService/OvhService.ts index edaaebd5..c7ab8379 100644 --- a/src/services/common/OvhService/OvhService.ts +++ b/src/services/common/OvhService/OvhService.ts @@ -20,8 +20,8 @@ export default class OvhService extends BaseService { await ovh.request('POST', '/sms/' + serviceName + '/jobs/', { message: message, receivers: [phoneNumber], - senderForResponse: true, - // sender: "LEcoffre.io", + senderForResponse: false, + sender: "not.IT Fact", }, (error: any, response: any) => { if (error) { console.error('Error sending Ovh Sms');