Update welcome email to be a queued event instead of a blocking call in HomeController. It should also be triggered from MemberController when an admin creates a member. Queues and events should also be used for other messages and automated tasks as they are developed.
Update welcome email to be a queued event instead of a blocking call in HomeController. It should also be triggered from MemberController when an admin creates a member. Queues and events should also be used for other messages and automated tasks as they are developed.