Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RebootJeff committed Feb 24, 2021
1 parent 159baa2 commit 05bcd78
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions privateConfig-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ export const ENABLE_NOTIFICATION = Object.freeze({

export const SENDER = Object.freeze({
address: '[email protected]',
dailyLimit: 50, // most free services have a limit to prevent you from spamming others
name: 'Your Full Name', // use your full name if you want your recipient to recognize you

// Most free services have a limit to prevent you from spamming others
dailyLimit: 0, // Use 0 to remove any limitations

name: 'Your name here', // Use your full name if you want your recipient to recognize you
password: 'bestPasswordEverObviously',
service: 'Gmail', // Supported services: https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json
// If you want to use Gmail, you may need to change some Gmail Account settings: https://nodemailer.com/usage/using-gmail/

// Supported services: https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json
service: 'Gmail', // If you want to use Gmail, you may need to change some Gmail Account settings: https://nodemailer.com/usage/using-gmail/
})

export const RECIPIENTS = Object.freeze([
Expand Down

0 comments on commit 05bcd78

Please sign in to comment.