I am making a basic email app where a user can send an email to whomever they like. I want to be able to send an email to user-specified email address. I can't use nodemailer because it requires password and user.id and I dont want to ask for a password from the user.
I have been searching Google for two days now and all the I can find is how to send an email to yourself and not to user-generated input.
It would be great if anyone could point me in the right direction.
Thanks!