email integration
* Nest email module with smtp, postmark and console log drivers * react-email package
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const mailLogName = (driverName: string) => {
|
||||
return `Mail::${driverName}`;
|
||||
};
|
||||
Reference in New Issue
Block a user