Hello i am creating a project management system, that stores new jobs, adds staffs to a team, i have a database where the user records are stored, on my form(gui) i have a list of users in which i can pick from to add to the project i want to send,now i am trying to send an email based on the user i have selected and assigned to the job i am sending the job, which should serve as a notification.
How can i go about this. i know it would be possible beacuse the email address of the user is stored along as the username, password etc, but i dont know how to go about it