The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I'm an admin for a Canvas account, and I need to send an email to inactive users to notify them that their account will be deleted if they do not log in by a certain date. Is it possible to directly email these users, instead of sending a message to their Canvas inbox? If so, can I select all users with no activity up to a certain date and send them a bulk email?
Thanks!
Solved! Go to Solution.
Hi @etbrooks,
If you need to send an actual email, you'd need to do something outside of Canvas. Canvas messages, as it seems you know, are not really the same as an email. Some users can have notifications in Canvas configured to send an email when they get a Canvas message, but that will not be universal. Canvas doesn't have direct email access at all.
When I do a similar task to this, I use a python script to generate the email content, then send it via an smtp mail server.
Hope this helps!
-Chris
Hi @etbrooks,
If you need to send an actual email, you'd need to do something outside of Canvas. Canvas messages, as it seems you know, are not really the same as an email. Some users can have notifications in Canvas configured to send an email when they get a Canvas message, but that will not be universal. Canvas doesn't have direct email access at all.
When I do a similar task to this, I use a python script to generate the email content, then send it via an smtp mail server.
Hope this helps!
-Chris
Great, thanks so much Chris!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in