Skip to content

Commit

Permalink
email config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
okeken committed Jul 5, 2023
1 parent 3001434 commit 6baad2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const connectDB = async () => {
};

export const mailSenderConfig = {
from: "events@web3bridge.com",
from: { email: "event@web3bridge.com", name: "Web3bridge" },
emailSubject: "Web3 Lagos Conference 2023",
replyTo: "[email protected]",
};
Expand Down

0 comments on commit 6baad2c

Please sign in to comment.