mirror of
https://github.com/docmost/docmost.git
synced 2026-07-12 10:44:43 +10:00
4c573b9bc2
* Nest email module with smtp, postmark and console log drivers * react-email package
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
export const mailLogName = (driverName: string) => {
|
|
return `Mail::${driverName}`;
|
|
};
|