mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Cleanup
This commit is contained in:
parent
f866f37bc8
commit
cd206c238a
@ -37,8 +37,6 @@ if (!hasEmailConfig) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
sendMailCallback = async (templateArgs) => {
|
sendMailCallback = async (templateArgs) => {
|
||||||
console.log('CONFIG.SMTP_DKIM_PRIVATKEY: "' + CONFIG.SMTP_DKIM_PRIVATKEY + '"')
|
|
||||||
console.log('templateArgs: ', templateArgs)
|
|
||||||
const transporter = nodemailer.createTransport({
|
const transporter = nodemailer.createTransport({
|
||||||
host: CONFIG.SMTP_HOST,
|
host: CONFIG.SMTP_HOST,
|
||||||
port: CONFIG.SMTP_PORT,
|
port: CONFIG.SMTP_PORT,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user