Dynamic Email Tagging for Personalized Group Messaging

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing group mailing systems send the same message to all recipients without the ability to personalize content, requiring senders to create individual emails for personalized messages, which is inefficient.

Innovation Solution

Incorporating tags into emails that allow for dynamically-generated content based on recipient-specific information, such as location, date, or remote data sources, enabling personalized emails to be created by the email client or mail server, adapting the email content on the fly.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If group mailing lists are used to send emails to multiple recipients, then the speed of reaching multiple people is improved, but the ability to personalize content for each recipient deteriorates

Engineering Contradiction:
Improvespeed of reaching multiple peopleVSAvoidability to personalize content
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The email content is segmented into template portions and dynamic portions. The template portion contains static content that is the same for all recipients, while the dynamic portion is generated individually for each recipient based on their specific information. This segmentation allows the system to maintain a single email sending process while enabling personalization through dynamic content insertion.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

An email template processing system acts as an intermediary between the sender and recipients. The system receives a template email with placeholders, retrieves recipient-specific dynamic content from databases or external sources, and generates personalized emails automatically. This intermediary process enables both efficiency (single template sending) and personalization (dynamic content insertion) without requiring manual creation of individual emails.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If individual emails are created for each recipient to enable personalization, then the ability to personalize content is improved, but the efficiency of sending emails deteriorates

Engineering Contradiction:
Improveability to personalize contentVSAvoidefficiency of sending emails
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

Email templates are prepared in advance with clearly defined placeholders for dynamic content. The template structure, including static content and placeholder positions, is predetermined and stored. When sending emails to multiple recipients, the system only needs to retrieve and insert the specific dynamic content for each recipient, significantly reducing the effort required compared to creating individual emails from scratch.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

A single email template is copied and reused for multiple recipients, with only the dynamic portions being customized for each recipient. This copying approach maintains consistency across all emails while allowing for personalization through the dynamic content insertion process, eliminating the need to manually recreate the same email structure for each recipient.

Inventive Principle:
Principle #26Copying

3Ease of operation

If the same email message is sent to all recipients, then the simplicity of the mailing process is maintained, but the relevance of information to each recipient deteriorates

Engineering Contradiction:
Improvesimplicity of mailing processVSAvoidrelevance of information
Core Design Contradiction:
Ease of operationVSLoss of information

Solution Approach 1:

Different portions of the email have different qualities: the template portion maintains uniformity and simplicity across all recipients, while the dynamic portion is customized locally for each recipient based on their specific attributes, location, or preferences. This local quality approach ensures that the email remains simple to send while providing relevant, personalized information to each recipient.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS9578122B1Communicating an E-mail from a sender to a plurality of recipients
Publication Date: 2017.02.21 MAPLEBEAR INC
  • US9578122B1 patent drawing
  • US9578122B1 patent drawing
  • US9578122B1 patent drawing

AI summary

An e-mail comprising general content is communicated from a sender to a plurality of recipients. The general content is identical for all recipients of the plurality of recipients. A definition of the plurality of recipients for the e-mail is received. The general content of the e-mail is received. A tag is inserted into the e-mail. The tag is indicative of personalized information designated for a recipient of the plurality of recipients. The e-mail is sent to the plurality of recipients. The general content is adapted with dynamically-generated content. The adaptation is based on the tag and based on the personalized information.