Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
meghein committed Jan 23, 2024
1 parent 677d4ec commit df41922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mailgun/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module.exports = async function (fastify, options) {

const transporter = mg(mgConfig)

console.log(transporter)

await fastify.register(fastifyMail, { pov: { engine: { nunjucks } }, transporter })

fastify.get('/sendmail', async (req, reply) => {
Expand Down

0 comments on commit df41922

Please sign in to comment.