mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix email component
This commit is contained in:
@@ -134,7 +134,7 @@ export default class Email extends ComponentCode {
|
||||
from: args['from'].toString(),
|
||||
to: args['to'].toString(),
|
||||
subject: args['subject']?.toString() || '',
|
||||
html: args['body']?.toString() || '',
|
||||
html: args['email-body']?.toString() || '',
|
||||
});
|
||||
|
||||
options.log('Email sent.');
|
||||
|
||||
Reference in New Issue
Block a user