From fbf7d551815259f22b81dbc0b7ff9be6c2b2a8d0 Mon Sep 17 00:00:00 2001 From: salgsstyrke Date: Fri, 29 Aug 2025 13:02:59 +0200 Subject: [PATCH 01/11] feature/Email Folder xml --- .../default/email/Unsubscribe_Link.emailFolder-meta.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml diff --git a/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml b/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml new file mode 100644 index 0000000..33b4625 --- /dev/null +++ b/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml @@ -0,0 +1,6 @@ + + + Public + Unsubscribe Link + ReadOnly + From 45bb14e27a4dad7a44ec5c0b39ca37b44334f750 Mon Sep 17 00:00:00 2001 From: salgsstyrke Date: Fri, 29 Aug 2025 13:27:24 +0200 Subject: [PATCH 02/11] feature/ReNameEmailsandFolder --- .../default/email/Unsubscribe_Link.emailFolder-meta.xml | 2 +- ...e_HTML.email => Unsubscribe_Contact_Template_HTML.email} | 0 ...xml => Unsubscribe_Contact_Template_HTML.email-meta.xml} | 2 +- ...late_HTML.email => Unsubscribe_Lead_Template_HTML.email} | 0 ...ta.xml => Unsubscribe_Lead_Template_HTML.email-meta.xml} | 0 ...ext.email => Unsubscribe_Lead_Template_Plain_Text.email} | 0 ... => Unsubscribe_Lead_Template_Plain_Text.email-meta.xml} | 0 .../Unsubscribe_Link/Unsubscribe_Link.emailFolder-meta.xml | 6 ------ 8 files changed, 2 insertions(+), 8 deletions(-) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Contact_Template_HTML.email => Unsubscribe_Contact_Template_HTML.email} (100%) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Contact_Template_HTML.email-meta.xml => Unsubscribe_Contact_Template_HTML.email-meta.xml} (89%) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Lead_Template_HTML.email => Unsubscribe_Lead_Template_HTML.email} (100%) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Lead_Template_HTML.email-meta.xml => Unsubscribe_Lead_Template_HTML.email-meta.xml} (100%) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Lead_Template_Plain_Text.email => Unsubscribe_Lead_Template_Plain_Text.email} (100%) rename force-app/main/default/email/Unsubscribe_Link/{Sample_Lead_Template_Plain_Text.email-meta.xml => Unsubscribe_Lead_Template_Plain_Text.email-meta.xml} (100%) delete mode 100644 force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Link.emailFolder-meta.xml diff --git a/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml b/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml index 33b4625..307b43b 100644 --- a/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml +++ b/force-app/main/default/email/Unsubscribe_Link.emailFolder-meta.xml @@ -1,6 +1,6 @@ Public - Unsubscribe Link + UnsubscribeLink ReadOnly diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Contact_Template_HTML.email b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Contact_Template_HTML.email similarity index 100% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Contact_Template_HTML.email rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Contact_Template_HTML.email diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Contact_Template_HTML.email-meta.xml b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Contact_Template_HTML.email-meta.xml similarity index 89% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Contact_Template_HTML.email-meta.xml rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Contact_Template_HTML.email-meta.xml index e1707b0..ce7a4a0 100644 --- a/force-app/main/default/email/Unsubscribe_Link/Sample_Contact_Template_HTML.email-meta.xml +++ b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Contact_Template_HTML.email-meta.xml @@ -4,7 +4,7 @@ true Sample template for contact that demonstrates how to use the unsubscribe link visualforce object. UTF-8 - Unsubscribe Sample Contact Template + Unsubscribe Sample Contact Template Edit this subject visualforce diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_HTML.email b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_HTML.email similarity index 100% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_HTML.email rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_HTML.email diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_HTML.email-meta.xml b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_HTML.email-meta.xml similarity index 100% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_HTML.email-meta.xml rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_HTML.email-meta.xml diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_Plain_Text.email b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_Plain_Text.email similarity index 100% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_Plain_Text.email rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_Plain_Text.email diff --git a/force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_Plain_Text.email-meta.xml b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_Plain_Text.email-meta.xml similarity index 100% rename from force-app/main/default/email/Unsubscribe_Link/Sample_Lead_Template_Plain_Text.email-meta.xml rename to force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Lead_Template_Plain_Text.email-meta.xml diff --git a/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Link.emailFolder-meta.xml b/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Link.emailFolder-meta.xml deleted file mode 100644 index 33b4625..0000000 --- a/force-app/main/default/email/Unsubscribe_Link/Unsubscribe_Link.emailFolder-meta.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Public - Unsubscribe Link - ReadOnly - From 6ca94d4b31c586d00806ca5321df34d6e1ff976a Mon Sep 17 00:00:00 2001 From: salgsstyrke Date: Mon, 1 Sep 2025 13:50:56 +0200 Subject: [PATCH 03/11] feature/undoEmailRelatedChanges All of my changes related to the emails were breaking it so now attempting to undo those changes. --- .../email/unfiled$public/Sample_Contact_Template_HTML.email | 2 +- .../unfiled$public/Sample_Contact_Template_HTML.email-meta.xml | 2 +- .../unfiled$public/Sample_Lead_Template_HTML.email-meta.xml | 2 +- .../email/unfiled$public/Sample_Lead_Template_Plain_Text.email | 2 +- .../Sample_Lead_Template_Plain_Text.email-meta.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email index 3956710..f86d2ca 100644 --- a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email +++ b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email @@ -1,5 +1,5 @@ -

Dear Friend,

diff --git a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml index e1707b0..b610f52 100644 --- a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml +++ b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml @@ -2,7 +2,7 @@ 64.0 true - Sample template for contact that demonstrates how to use the unsubscribe link visualforce object. + Sample template for contact that demonstrates how to use the unsubscribe link visualforce object. UTF-8 Unsubscribe Sample Contact Template diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml index e063018..3f23bc9 100644 --- a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml @@ -2,7 +2,7 @@ 64.0 true - Sample template for lead that demonstrates how to use the unsubscribe link visualforce object. + Sample template for lead that demonstrates how to use the unsubscribe link visualforce object. UTF-8 Unsubscribe Sample Lead Template diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email index edb2140..4b47148 100644 --- a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email @@ -1,5 +1,5 @@ - Dear Friend, diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml index 1a92eb7..9b44272 100644 --- a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml @@ -2,7 +2,7 @@ 64.0 true - Sample template for lead that demonstrates how to use the unsubscribe link field in a plain text Visualforce email. + Sample template for lead that demonstrates how to use the unsubscribe link field in a plain text Visualforce email UTF-8 Unsubscribe Sample Lead Template-Plain Text From 5b1d08ad65301ae3d9b67886fa7bb43ae9fa3bb1 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Fri, 14 Nov 2025 09:57:52 -0700 Subject: [PATCH 04/11] Move try statement to before single email message creation. --- force-app/main/default/classes/UUIDBatchJob.cls | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/classes/UUIDBatchJob.cls b/force-app/main/default/classes/UUIDBatchJob.cls index f208d4e..ee56f15 100644 --- a/force-app/main/default/classes/UUIDBatchJob.cls +++ b/force-app/main/default/classes/UUIDBatchJob.cls @@ -109,12 +109,12 @@ public with sharing class UUIDBatchJob implements Database.Batchable { } ); - Messaging.SingleEmailMessage mail = new Messaging.SingleEmailMessage(); - mail.setToAddresses(new List{ job.CreatedBy.Email }); - mail.setSubject('UUID Batch Job Complete'); - mail.setPlainTextBody(emailBody); - try { + Messaging.SingleEmailMessage mail = new Messaging.SingleEmailMessage(); + mail.setToAddresses(new List{ job.CreatedBy.Email }); + mail.setSubject('UUID Batch Job Complete'); + mail.setPlainTextBody(emailBody); + Messaging.sendEmail(new List{ mail }); } catch (Exception e) { System.debug( From c46568a56106dbb548c7fb494ce1a2298c313814 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Fri, 14 Nov 2025 15:31:28 -0700 Subject: [PATCH 05/11] Remove CCI and SFDX version hardcoding. --- .github/workflows/feature.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index b3edfc6..ffda1b7 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -11,6 +11,6 @@ jobs: uses: "SFDO-Community/standard-workflows/.github/workflows/feature.yml@main" secrets: dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" - with: - cumulusci-version: '3.93.0' - sfdx-version: '7.209.6' + # with: + # cumulusci-version: '3.93.0' + # sfdx-version: '7.209.6' From 8ea88ff27c862a059b3c02a78bb7c68bd1e5b864 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Fri, 14 Nov 2025 15:35:16 -0700 Subject: [PATCH 06/11] Updates to Beta and Prod workflows to review version numbers --- .github/workflows/beta.yml | 6 +++--- .github/workflows/prod.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index ac81baf..5122806 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -9,6 +9,6 @@ jobs: uses: "SFDO-Community/standard-workflows/.github/workflows/beta-2gp.yml@main" secrets: dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" - with: - cumulusci-version: '3.93.0' - sfdx-version: '7.209.6' + # with: + # cumulusci-version: '3.93.0' + # sfdx-version: '7.209.6' diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 1696028..e704693 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -1,11 +1,11 @@ on: - workflow_dispatch: + workflow_dispatch: jobs: upload-production-release-2gp: name: "Upload Production Release (2GP)" uses: SFDO-Community/standard-workflows/.github/workflows/production-2gp.yml@main - with: - cumulusci-version: '3.93.0' - sfdx-version: '7.209.6' + # with: + # cumulusci-version: '3.93.0' + # sfdx-version: '7.209.6' secrets: dev-hub-auth-url: '${{ secrets.PACKAGING_ORG_AUTH_URL }}' From f9c2758b43a5af39f16ec5cccbfde848359afa66 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Tue, 2 Dec 2025 17:25:59 -0800 Subject: [PATCH 07/11] Enable CI workflow on all pull requests (#182) Updates feature test workflow to trigger on pull requests instead of only feature/** branch pushes. This enables CI to run on PRs from any branch and from forks after maintainer approval. --- .github/workflows/feature.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index ffda1b7..ec51375 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -1,8 +1,6 @@ name: "Feature Test" on: - push: - branches: - - feature/** + pull_request: jobs: From a8836adde248133cc945c19892832e482d47a42c Mon Sep 17 00:00:00 2001 From: Cori O'Brien <37851761+coriobriensfdo@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:12:11 -0800 Subject: [PATCH 08/11] Update CODEOWNERS (#181) Description to use: Adding ECCN information per Salesforce OSPO request Signed-off-by: Cori O'Brien <37851761+coriobriensfdo@users.noreply.github.com> Co-authored-by: James Estevez --- CODEOWNERS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index ce7a494..f1550f4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,14 @@ -# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing. +# Python +*.py @SFDO-Community/sfdo-release-engineers + +# CumulusCI +/cumulusci.yml @SFDO-Community/sfdo-release-engineers +/tasks/ @SFDO-Community/sfdo-release-engineers + +# Actions +/.github @SFDO-Community/sfdo-release-engineers +/scripts @SFDO-Community/sfdo-release-engineers + + #ECCN:Open Source +#GUSINFO:Open Source,Open Source Workflow From edbbed1602164953a7f38a605b32ace2ab6e1900 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Thu, 4 Dec 2025 20:25:14 -0800 Subject: [PATCH 09/11] chore: enable manual workflow dispatch for security testing (#183) --- .github/workflows/feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index ec51375..3be451d 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -1,6 +1,7 @@ name: "Feature Test" on: pull_request: + workflow_dispatch: jobs: From d2115c5d766dd98b41b44b2d9a855cdcbad55c11 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Tue, 3 Feb 2026 14:41:40 -0800 Subject: [PATCH 10/11] fix: correct YAML indentation in feature workflow (#191) ## Summary - Fix YAML indentation in feature workflow that caused SFDX auth URL parsing errors ## Details Corrected indentation for the `feature-test` job and `secrets` section. The malformed YAML was causing the dev-hub-auth-url secret to be incorrectly parsed, resulting in "Invalid SFDX authorization URL" errors during workflow execution. ## Test Plan - [ ] Verify workflow runs successfully with proper SFDX auth URL format --- .github/workflows/feature.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 3be451d..5bf1d9c 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -3,13 +3,9 @@ on: pull_request: workflow_dispatch: - jobs: - feature-test: - name: "Feature Test" - uses: "SFDO-Community/standard-workflows/.github/workflows/feature.yml@main" - secrets: - dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" - # with: - # cumulusci-version: '3.93.0' - # sfdx-version: '7.209.6' + feature-test: + name: "Feature Test" + uses: "SFDO-Community/standard-workflows/.github/workflows/feature.yml@main" + secrets: + dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" \ No newline at end of file From 75d776c50b278e881c59c7aabdde9e6021c7158d Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Thu, 8 Jan 2026 18:46:39 -0500 Subject: [PATCH 11/11] Restore sample email templates to public folder. --- .../Sample_Contact_Template_HTML.email | 17 +++++++++++++++++ .../Sample_Contact_Template_HTML.email-meta.xml | 12 ++++++++++++ .../Sample_Lead_Template_HTML.email | 17 +++++++++++++++++ .../Sample_Lead_Template_HTML.email-meta.xml | 12 ++++++++++++ .../Sample_Lead_Template_Plain_Text.email | 17 +++++++++++++++++ ...mple_Lead_Template_Plain_Text.email-meta.xml | 12 ++++++++++++ 6 files changed, 87 insertions(+) create mode 100644 force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email create mode 100644 force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml create mode 100644 force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email create mode 100644 force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml create mode 100644 force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email create mode 100644 force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml diff --git a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email new file mode 100644 index 0000000..3956710 --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email @@ -0,0 +1,17 @@ + + +

Dear Friend,

+ +

It's Thursday! You love to order a pizza on Thursdays! If you order before 5, I'll also throw in some free drinks!

+ +

Your friend,

+ +

Bob

+ + + +
+
\ No newline at end of file diff --git a/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml new file mode 100644 index 0000000..d66ee3a --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Contact_Template_HTML.email-meta.xml @@ -0,0 +1,12 @@ + + + 64.0 + true + Sample template for contact that demonstrates how to use the unsubscribe link visualforce object. + UTF-8 + Sample Contact Template + + Edit this subject + visualforce + Aloha + diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email new file mode 100644 index 0000000..fe5b9ac --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email @@ -0,0 +1,17 @@ + + +

Dear Friend,

+ +

It's Thursday! You love to order a pizza on Thursdays! If you order before 5, I'll also throw in some free drinks!

+ +

Your friend,

+ +

Bob

+ + + +
+
\ No newline at end of file diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml new file mode 100644 index 0000000..aed24c3 --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_HTML.email-meta.xml @@ -0,0 +1,12 @@ + + + 64.0 + true + Sample template for lead that demonstrates how to use the unsubscribe link visualforce object. + UTF-8 + Sample Lead Template + + Edit this subject + visualforce + Aloha + diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email new file mode 100644 index 0000000..edb2140 --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email @@ -0,0 +1,17 @@ + + +Dear Friend, + +It's Thursday! You love to order a pizza on Thursdays! If you order before 5, I'll also throw in some free drinks! + +Your friend, + +Bob + +Copy and paste this in your browser to unsubscribe: +{!Recipient.Unsubscribe_Url_Plain_Text__c} + + \ No newline at end of file diff --git a/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml new file mode 100644 index 0000000..baf382d --- /dev/null +++ b/force-app/main/default/email/unfiled$public/Sample_Lead_Template_Plain_Text.email-meta.xml @@ -0,0 +1,12 @@ + + + 64.0 + true + Sample template for lead that demonstrates how to use the unsubscribe link field in a plain text Visualforce email. + UTF-8 + Sample Lead Template-Plain Text + + Edit this subject + visualforce + Aloha +