-
-
Notifications
You must be signed in to change notification settings - Fork 421
(These settings are global. They can be accessed from any profile)
You can use any public email service that support SMTP. Get their credentials and enter them in the app to receive email notifications when you receive an sms.
- Go to Settings > Email Settings
- Input the following from your SMTP provider:
These values depend on your SMTP service provider. For a discussion on possible options, refer to this thread. You are free to choose ANY, I do not endorse any particular service. You can also host your own email server if you are brave and technical enough.
Field | Value |
---|---|
username | this is usually the full email or just the username part |
password | the password generated for the smtp connection |
From address | can be anything, unless your smtp provider is picky |
To | the email address you want to send notifications to. Preferably a burner email |
Server | usually in the format: smtp.domain.com |
Port | Follow your providers recommendation. 465 (SSL) or 587 (TLS) |
Secure | check this box if it's 465. 587 doesn't require this option |
- Click save
- Your profiles will populate below it
- Place a check next to the ones you want to receive a notification for
- You do not need to press save after clicking this checkbox
Coming soon: An option to add a configuratble amount of delay in minutes to send the email notification. Within that delay period, if the SMS is read, the email notification will be skipped. This requires a perpetual cron job to run in the background to check the unread notificaiton status at regular intervals.