Email Customization

You can personalize the email that accompanies participant photo links to match your brand or event theme.


Configuration Settings

  1. Toggle Enable: Use the switch to turn the Email tool on or off for your guests.

  2. Access Customization: Click on the Email feature name in the menu to open the configuration settings.

  3. Save Changes: Be sure to save your preset after editing your email content.


Customization Levels

The level of customization available depends on your plan.

On Lite and Core plans, messages cannot be customized. Guests will receive the default message: "Your photo from Simple Booth!"


Advanced Customization Settings

Custom Sender Address

Send emails from your own company domain instead of a Simple Booth address.

  • Authorization Required: To do this, you must authorize Simple Booth to send emails on behalf of your domain by updating records with your domain registrar.

  • Public Domains: Note that public domains (such as @gmail.com or @icloud.com) do not support this type of authorization. You must own the domain to use a custom sender address.


HTML & Placeholders

Use HTML to further customize your message. You can use placeholders (like the photo link) to ensure each guest receives their unique content within your custom design.

If you aren't an expert in HTML, you can use AI tools or external resources like Designmodo W3Schools to help write your code, then simply paste it into the email body field.

Placeholders allow you to dynamically insert content into your email, such as:

  • A thumbnail of the participant’s photo

  • A button that links to the gallery

Placeholder
Usage Example
Usage

[thumbnail-url]

<img src="[thumbnail-url]">

Links to a thumbnail representation of the media that can be displayed in the email body.

[gallery-url]

Looking for another [media-type]? <a href="[gallery-url]'>View the full gallery

Links to the Gallery that contains all the event media. Does not work with private Galleries.

[page-url]

<a href="[page-url]">View your[media-type]</a>

<a href="[page-url]"><img src="[thumbnail-url]"></a>

A link to the guest's picture page on the Gallery. When used, this will replace the default, "View your photo" link so you can create your own call-to-acton or custom designed button.

[media-type]

"Thanks for capturing a [media-type] at the event!"

Word or phrase describing the type of picture your guest captured, such as "GIF" or "photo."


Plan Availability

Last updated