-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: send email when create a new admin user
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export const WELCOME_ADMIN_NP = ` | ||
प्रिय #{userName}, | ||
हाम्रो खुशी छ कि तपाईंलाई सूचित गर्न सक्छौं कि तपाईंलाई #{appName} मा समाहित हुनको लागि आमन्त्रित गरिएको छ! कृपया तलको लिंकमा पहुँच गर्नुहोस् र ईमेलबाट लग इन गर्नुहोस्: #{email}। | ||
तपाईंले आफ्नो खाता यस लिंकमा पहुँच गर्न सक्नुहुनेछ: #{url} | ||
यदि तपाईंले यो नामांकन नगरे भने, तपाईंले यस ईमेललाई सुरक्षित रूपमा नदेख्न सक्नुहुनेछ वा हामीलाई जानकारी दिनुहोस्। | ||
धन्यवाद, | ||
#{appName} टोली | ||
`; | ||
|
||
export const WELCOME_ADMIN_SL = ` | ||
traduza para nepali: | ||
Dear #{userName}, | ||
We are pleased to inform you that you have been invited to join #{appName}! Please access the link below and log in with the email: #{email}. | ||
You can access your account in this link: #{url} | ||
If you didn't request this, you can safely ignore this email or let us know. | ||
Thank you, | ||
#{appName} team | ||
`; |