Aryan Bahl
Aryan Bahl
Hi, this issue seems to be unattended for a long time. I would like to help solving this issue. Looking forward to work with your team.
> I was able to fix the overflow issue and also the vertical alignment. result looks like this  > > Was able to achieve this by adding a custom...
So do you want to remove that zero on thumbnails??
Is this issue closed then? I think the pr raised #486 has resolved this issue but still needs to clear the linting tests. That's the thing still pending
const nodemailer = require("nodemailer"); const mailSender = async (email, title, body) => { try{ let transporter = nodemailer.createTransport({ // host:process.env.MAIL_HOST, service:"gmail" auth:{ user: process.env.MAIL_USER, pass: process.env.MAIL_PASS, } }) let info...
It's just the issue with the old syntax of the nodemailer. The above code will fix the issue. You may create a PR