Sending email via Workers

I want to send email via Workers. I crated a worker, and it's working properly. I don't use MailChannels, or another services. I have SMTP infos for emailing. How can I send a SMTP email via Worker? The second question about workers; Can I add different dependencies to my worker via npm?
Was this page helpful?