Currently i am developing a google form that allow user to key in the recipient email and then send out email after submit the form.
Is there anyway to validate the input email availability from user before send email through MailApp?
I try MailApp.sendEmail(recipient, subject, body, {noReply:true,htmlBody_message, replyTo:user email})
whenever user key in wrong recipient email, system still send back the notification to me(admin) rather than replyTo user's email.
Need help..> <'
Eugene