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