I would like to send a Welcome email when someone logs in with LDAP for the first time.

Comments

kenorb’s picture

Try Rules module.

kenorb’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

markusd1984’s picture

What about the integrated "Welcome (no approval required)" Email in the account settings?

/admin/config/people/accounts#edit-email-no-approval-required

Would this require a modification or setup of a rule to trigger this?
(if so any help how to set up the rule please?)

UPDATE: I managed to create the rule, it was simpler than I thought :)

1) Create New Rule and select React on event "User created frfom LDAP Entry"
/admin/config/workflow/rules/reaction/add
2) Add Action: Send account e-mail

Data selector: user
Value: Welcome (no approval required)

Lastly edit the email template accordingly and test it /admin/config/people/accounts#edit-email-no-approval-required

markusd1984’s picture