Email - Format #1814

Closed
opened 2026-02-28 02:33:30 -05:00 by deekerman · 7 comments
Owner

Originally created by @GalacticAust on GitHub (Jan 23, 2023).

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

Hi All

have seen updates on this in other posts but it has not solved my issue

I want to format the body of the email

can anyone advise how to edit the body template

🐻 Uptime-Kuma Version

1.19.6

💻 Operating System and Arch

Ubuntu

🌐 Browser

Firefox

🐋 Docker Version

No response

🟩 NodeJS Version

No response

Originally created by @GalacticAust on GitHub (Jan 23, 2023). ### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### 📝 Describe your problem Hi All have seen updates on this in other posts but it has not solved my issue I want to format the body of the email can anyone advise how to edit the body template ### 🐻 Uptime-Kuma Version 1.19.6 ### 💻 Operating System and Arch Ubuntu ### 🌐 Browser Firefox ### 🐋 Docker Version _No response_ ### 🟩 NodeJS Version _No response_
deekerman 2026-02-28 02:33:30 -05:00
  • closed this issue
  • added the
    Stale
    help
    labels
Author
Owner

@rezzorix commented on GitHub (Jan 25, 2023):

You look at the following file:

/app/src/components/notifications/SMTP.vue

Adjust between lines 93 - 101 as required.

Note; depending on how and where you make changes, they wont be persistent and will be lost if e.g. you update or re-create the container.

@rezzorix commented on GitHub (Jan 25, 2023): You look at the following file: `/app/src/components/notifications/SMTP.vue` Adjust between lines 93 - 101 as required. Note; depending on how and where you make changes, they wont be persistent and will be lost if e.g. you update or re-create the container.
Author
Owner

@GalacticAust commented on GitHub (Jan 26, 2023):

Hi there

Just looking at line 93-103 isnt this just for the subject line?

(leave blank for default one)
{{NAME}}: Service Name
{{HOSTNAME_OR_URL}}: Hostname or URL
{{URL}}: URL
{{STATUS}}: Status
@GalacticAust commented on GitHub (Jan 26, 2023): Hi there Just looking at line 93-103 isnt this just for the subject line? <div class="mb-3"> <label for="subject-email" class="form-label">{{ $t("emailCustomSubject") }}</label> <input id="subject-email" v-model="$parent.notification.customSubject" type="text" class="form-control" autocomplete="false" placeholder=""> <div v-pre class="form-text"> (leave blank for default one)<br /> {{NAME}}: Service Name<br /> {{HOSTNAME_OR_URL}}: Hostname or URL<br /> {{URL}}: URL<br /> {{STATUS}}: Status<br /> </div> </div> </div>
Author
Owner

@GalacticAust commented on GitHub (Jan 26, 2023):

  <div class="mb-3">
        <label for="subject-email" class="form-label">{{ $t("emailCustomSubject") }}</label>
        <input id="subject-email" v-model="$parent.notification.customSubject" type="text" class="form-control" autocomplete="false" placeholder="">
        <div v-pre class="form-text">
            (leave blank for default one)<br />
            {{NAME}}: Service Name<br />
            {{HOSTNAME_OR_URL}}: Hostname or URL<br />
            {{URL}}: URL<br />
            {{STATUS}}: Status<br />
        </div>
    </div>
</div>
@GalacticAust commented on GitHub (Jan 26, 2023): <div class="mb-3"> <label for="subject-email" class="form-label">{{ $t("emailCustomSubject") }}</label> <input id="subject-email" v-model="$parent.notification.customSubject" type="text" class="form-control" autocomplete="false" placeholder=""> <div v-pre class="form-text"> (leave blank for default one)<br /> {{NAME}}: Service Name<br /> {{HOSTNAME_OR_URL}}: Hostname or URL<br /> {{URL}}: URL<br /> {{STATUS}}: Status<br /> </div> </div> </div> </template>
Author
Owner

@GalacticAust commented on GitHub (Mar 2, 2023):

any update on how we edit the body? as it all seems to be subject line only

@GalacticAust commented on GitHub (Mar 2, 2023): any update on how we edit the body? as it all seems to be subject line only
Author
Owner

@CommanderStorm commented on GitHub (May 27, 2023):

Related #1529

@CommanderStorm commented on GitHub (May 27, 2023): Related #1529
Author
Owner

@github-actions[bot] commented on GitHub (Aug 26, 2023):

We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days.

@github-actions[bot] commented on GitHub (Aug 26, 2023): We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 28, 2023):

This issue was closed because it has been stalled for 2 days with no activity.

@github-actions[bot] commented on GitHub (Aug 28, 2023): This issue was closed because it has been stalled for 2 days with no activity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#1814
No description provided.