Nice to meet you.I am currently working on a form for accepting applications in Blogger.To confirm the contents of the application, an automatic reply email is sent to the applicant via script from the spreadsheet.Currently, the blog itself is only open to the public.
I am confused that I have not received what I was supposed to be sending via MailApp.sendEmail.There are two patterns.
1
If you browse the blog and send it to the email address of a different device (iphone) than the one you are applying for (windows
2
If you browse the blog and send it to the email address of a device different from the device you are applying for (andoroid
I'm confused.It would be very helpful if you could tell me how to solve it.Both email addresses are intended for limited publication.
google-spreadsheet gmail
If there is an email in the Sent Mail, it is likely that the destination email address is incorrect or that the destination server treats it as junk mail.
If there is no email in the Sent Mail, the script may have encountered an error and interrupted before GmailApp.sendEmail was interrupted.View - Run Transcripts in the Script Editor or add Logger.log()
to the script to check View - Logs to determine the cause and remove it.
© 2024 OneMinuteCode. All rights reserved.