Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically send an email when a user is added to a course #3398

Open
LolaCapitani opened this issue Jul 23, 2020 · 2 comments
Open

Automatically send an email when a user is added to a course #3398

LolaCapitani opened this issue Jul 23, 2020 · 2 comments

Comments

@LolaCapitani
Copy link

Hi!
The administrator (or a teacher) adds a user to a course.
The user does not receive any email communication.
Is it possible (and how do you do it) to send an email to the user when added to a course?

Thank you!

Lola
(=^ ◡ ^=)

Desktop

OS: Linux Ubuntu 18.04 / Windows 10(64bit), Win 7(32 bit)
Browser CHROME 80.0.3987.87 , FIREFOX 78.01

Server

OS: Linux 3.10.0, LiteSpeed V7.6,
Version of Chamilo: 1.11.10
Version of PHP: PHP 7.1

@NicoDucou
Copy link
Member

Hi @LolaCapitani

When subsribing a user from the users tool in course (in the base course or in a course in a session) there is no options to send email notification to the user. This would be a new functionality.

The 2 functions that are called depending if it's a base course or a session course are :

  • CourseManager::subscribeUser
  • SessionManager::subscribe_users_to_session_course

So I leave this issue as a feature request.

@ywarnier ywarnier added this to the 2.0 milestone Aug 11, 2020
@ywarnier ywarnier added the Good first contrib Easy task for beginner contributors label Dec 7, 2020
@christianbeeznest christianbeeznest self-assigned this Sep 19, 2024
@christianbeeznest
Copy link
Contributor

Hi @NicoDucou

It is implemented in this PR #5886

Thanks for confirmation.

@christianbeeznest christianbeeznest added Requires testing/validation and removed Good first contrib Easy task for beginner contributors labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants