I have set up a script to send emails using Google Apps Script. However, the emails keep going into the junk folder in my outlook account, despite all my efforts to allow the emails (using rules, junk setting, etc).
I asked on a Microsoft forum and they said that google apps script is notorious for sending spam emails so I'll have to accept it will go to the junk folder or use an alternative. so I have two questions:
This was the function I'm using
MailApp.sendEmail(email, subject, message)
I didn't use the Gmail version as my google account uses my work email
You can use the Gmail API. If your account does not have a gmail associated with it, just go to gmail and create a gmail account with your Google account
When I used this, the messages were no longer going into Junk