Sharing Tab (Global Settings)

Updated 4 days ago · 3 min readIntermediate

The Sharing tab in FMX Global Settings configures how photos, videos, and GIFs are delivered to guests via email and SMS. FMX supports both the built-in Foto Master Cloud delivery service and custom server endpoints for operators who need full control over their messaging infrastructure.

Sharing Tab

Email Provider

Choose how FMX sends email messages to guests:

  • Cloud (default) -- Uses Foto Master's built-in cloud email servers. No additional configuration is needed. Emails are sent through Foto Master's managed infrastructure with delivery tracking.
  • Custom -- Routes email delivery through your own HTTPS endpoint. Use this when you need to integrate with your own email provider, apply custom branding to email templates, or comply with specific sending requirements.

Custom Email Configuration

When Custom is selected:

  • Server URL -- The HTTPS endpoint that receives email requests from FMX.
  • X-API-Key -- The API key used to authenticate requests to your custom endpoint. This key is sent in the X-API-Key HTTP header with every request.

SMS Provider

Choose how FMX sends SMS messages to guests:

  • Cloud (default) -- Uses Foto Master's built-in cloud SMS service. No additional configuration is needed.
  • Custom -- Routes SMS delivery through your own HTTPS endpoint. Use this to integrate with your preferred SMS gateway.

Custom SMS Configuration

When Custom is selected:

  • Server URL -- The HTTPS endpoint that receives SMS requests from FMX.
  • X-API-Key -- The API key for authenticating with your custom SMS service.

SMS Country Selector

FMX includes a country selector for phone number formatting:

  • Default Country Code -- Sets the default country calling code prefix (e.g., +1 for the US, +44 for the UK). This prefix is automatically applied when a guest enters a phone number without a country code.
  • Custom Country List -- Configure which countries appear in the country selector dropdown during the guest experience. Remove countries that are not relevant to your audience to simplify the selection.

All phone numbers are formatted using the E.164 international standard (e.g., +14155551234). This ensures reliable SMS delivery regardless of carrier or destination.

Media Delivery Method

FMX optimizes how media is attached to outgoing messages:

  • URL-based delivery (preferred) -- When Cloud sync is enabled and the media has been uploaded, FMX includes a link to the cloud-hosted file rather than embedding the media directly. This produces smaller messages and faster delivery.
  • Base64 encoding (fallback) -- If Cloud sync is not available or the upload has not completed, FMX encodes the media as a Base64 string and includes it directly in the message payload. This ensures delivery even without cloud connectivity, though messages will be larger.

Tip: For the best guest experience, enable Cloud sync for the media types you intend to share. URL-based delivery is faster, more reliable, and avoids message size limits that some carriers and email providers enforce.

The Sharing tab also controls which actions appear under each media item in the Offline Gallery:

  • Show Print -- Displays the print action in Offline Gallery.
  • Show Email -- Displays the email action in Offline Gallery.
  • Show SMS -- Displays the SMS action in Offline Gallery.
  • Show QR Code -- Displays QR code sharing in Offline Gallery.

These options affect the Offline Gallery UI only. They do not change Cloud sync toggles or the event workflow itself.


See also: Cloud Tab, Storage Tab

Was this helpful?

Related articles