This functionality is only available in the version v3.1+ allowing to verify the mobile number of the users and offering the possibility to the sellers to be contacted by SMS.
Go to Admin panel → Setup → General Settings → SMS → Driver to set the default SMS API.
You can use both NEXMO or TWILIO as your SMS provider API:
NEXMO - https://www.nexmo.com
Admin panel setup
Go to your Admin panel → Setup → General Settings → SMS
Set 'Nexmo Key', 'Nexmo Secret' and 'Nexmo From'
And save your changes.
Or use /.env file setup
Login to your FTP account.
Open and edit /.env file.
Remove all your current Mail configuration variables.
Add the lines below:
NEXMO_KEY=your-nexmo-key
NEXMO_SECRET=your-nexmo-secret
NEXMO_FROM=your-sender-numberTWILIO - https://www.twilio.com
Admin panel setup
Go to your Admin panel → Setup → General Settings → SMS
Set 'Twilio Account SID', 'Twilio Auth Token' and 'Twilio From'
And save your changes.
Or use /.env file setup
Login to your FTP account.
Open and edit /.env file.
Remove all your current Mail configuration variables.
Add the lines below:
TWILIO_ACCOUNT_SID=your-twilio-account-sid
TWILIO_AUTH_TOKEN=your-auth-token
TWILIO_FROM=your-sender-numberNow, go to:
Admin panel → Setup → General Settings → SMS → Enable Phone Verification to enabling/disabling the mobile Phone number verification.
Admin panel → Setup → General Settings → SMS → Enable SMS Message to enabling/disabling the SMS sending between users.
You are done.