Merge branch 'dev' into 3023-client_webAccess_block_simultaneous_changes
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
f97e2427a4
|
@ -27,8 +27,8 @@ module.exports = {
|
||||||
await db.rawSql(`
|
await db.rawSql(`
|
||||||
INSERT INTO vn.mail (sender, replyTo, sent, subject, body, status)
|
INSERT INTO vn.mail (sender, replyTo, sent, subject, body, status)
|
||||||
VALUES (?, ?, 1, ?, ?, ?)`, [
|
VALUES (?, ?, 1, ?, ?, ?)`, [
|
||||||
options.replyTo,
|
|
||||||
options.to,
|
options.to,
|
||||||
|
options.replyTo,
|
||||||
options.subject,
|
options.subject,
|
||||||
options.text || options.html,
|
options.text || options.html,
|
||||||
error && error.message || 'Sent'
|
error && error.message || 'Sent'
|
||||||
|
|
Loading…
Reference in New Issue