utilizing the smtplib library
smtp_server and smtp_port: Set these variables to the appropriate SMTP server and port of your email provider.
sender_email: Specify the email address from which you want to send the email.
sender_password: Provide the password or an app-specific password for the sender's email account.
recipient_email: Specify the recipient's email address.
subject: Set the subject line of the email.
message: Provide the content or body of the email.