Skip to content

Commit 8a1e8b1

Browse files
committed
company Name
1 parent 1dce307 commit 8a1e8b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utils/smtp.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ exports.smtpMail = async (toEmail, fromName, fromEmail, subject, text) => {
1919
to: toEmail,
2020
subject: subject,
2121
text: text,
22-
html: `<p>${text}</p>`,
22+
html: `<p>${text}</p>
23+
<div>
24+
<img src="https://res.cloudinary.com/duruvgdtm/image/upload/v1657835890/litfair_media/photos/2022-07-14T21:58:09.967Z-18.gif">
25+
</div>`,
2326
});
2427
return info;
2528
} catch (e) {

0 commit comments

Comments
 (0)