RewriteEngine On RewriteCond %HTTPS off RewriteRule ^(.*)$ https://%HTTP_HOST/$1 [R=301,L] Open config/mms.php and define:
tail -f /var/log/mms/webhooks.log Send another test MMS. You should see JSON POST requests arriving at your webhook URL, similar to: httpsmmsmazadigital install
sudo mv /var/www/mms/public/install /var/www/mms/public/install_backup Edit your web server configuration to redirect all HTTP traffic to HTTPS. RewriteEngine On RewriteCond %HTTPS off RewriteRule ^(
| Field | Value | |-------|-------| | | https://api.mazadigital.com/v1/mms/send | | API Key | (paste key from Maza Digital dashboard) | | API Secret | (paste secret) | | Default Sender ID | YourBrand (must be pre-approved) | | Max Media Size | 1 MB (typical carrier limit) | | Supported Formats | image/jpeg, image/png, video/mp4, audio/aac | Step 7: Webhook Configuration (Optional but Recommended) Webhooks allow Maza Digital to ping your server when a message is delivered, read, or fails. httpsmmsmazadigital install