Emailing users

Jump to solution
etbrooks
Community Explorer

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!

0 Likes
1 Solution
chriscas
Community Coach
Community Coach

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

View solution in original post