In our web app, we provide email notifications for announcements to keep your users informed about important updates. This does require a bit of technical setup, but do not worry! If everything is done right, these emails will operate seemlessly and automatically in the background whenever an Announcement is Created or Updated.
One and just ONE gmail account will handle sending all emails. If the app is already sending out emails from the correct address, then there is nothing to do!
First navigate to https://myaccount.google.com/ and make sure you are signed in with the account your team wants to send the emails from.
Go to the "Security" tab. Scroll down to the "How you sign in to Google" section.
In this section, click where it says "2-Step Verification."
If you have already enabled 2-Step Verification before, then you can move on to Step 3. If not, just follow Google's easy instructions for adding a phone number and setting up 2-Step Verification.
Scroll to the bottom of the "2-Step Verification" page. Click on where it says "App Passwords."
On this new page, type in the name for your App Password (this can be anything). Click Create.
You will see a new pop-up containing your uniquely generated App Password.
STOP HERE for just a second! This is the ONLY time you will EVER see this password! Copy it and save it somewhere secure. I recommend leaving this open until you have entered the password into Heroku.
Click the "Done" button to close the pop-up whenever you are ready.
Go to your Heroku Dashboard and navigate to the pipeline. Inside your Pipeline, click on the name of the app you want to add the email to.
Click on the Settings tab.
Click where it says "Reveal Config Vars"
At the bottom of the list of Config Vars is a field where you can create new Vars.
You will create 2 Config Vars:
Use quotation marks around the values for each Var as shown. Click the "Add" button when you finish filling in each Var.
Whenever a new announcement is created or updated, our system automatically sends an email notification to all registered users. The email contains the details of the announcement, including the subject and body.
By providing email notifications, we aim to improve communication and ensure that your users never miss any important announcements.
When you update Announcements, it is good practice to indicate what has changed. Maybe use the strikethrough or explain your changes at the end of the Announcement.
Try not to update or create announcements too frequently. No one want to get bombarded with emails, and Heroku can only handle so much.
EVERYONE gets an email about EVERY Announcement. Be careful what you say!
That's ok! Just remove the 2 Config Vars you created in Step 5 from the Heroku App.
If you are unable to create an App Password it may be because your domain has restricted that security feature.
Make sure that you entered the Config Vars correctly!
App Passwords only work if 2-Step Verification is enabled. Make sure you did not turn it off by mistake!
Did you forget your App Password? Did it get leaked? In either case, the fix is simple!
If you have any further questions or need assistance, feel free to reach out to our support team.