Thank you so much! Your video made it easy for someone like me(who doesn't know much about scripts and debugging and all that) to use the AMAZING tool you created! Thank you thank you!
some of my users are receiving the notifications in their spam mail I think it's how the mail is sent as BCC....any advice on fixing this? Also noticed double sends but maybe this was my fault.
Thank you so much! Your video made it easy for someone like me(who doesn't know much about scripts and debugging and all that) to use the AMAZING tool you created! Thank you thank you!
CorinneGettys 1 month ago
Thanks a lot for this well-designed and useful video!
cdrlaws 4 months ago
@romainvialard the webmail is microsoft hosted live@edu. any tips on the specifics for automating the one by one emails? I'm a beginner in scripting
merv0 7 months ago
@merv0
Ha! Google & Microsoft :)
Please create a new post on the Google Apps Script help forum, it will be easier to explain the specifics there.
romainvialard 7 months ago
some of my users are receiving the notifications in their spam mail I think it's how the mail is sent as BCC....any advice on fixing this? Also noticed double sends but maybe this was my fault.
merv0 7 months ago
@merv0
Just for info, what webmail are they using ?
You can try to rewrite the "send email" part of the script - to send emails one by one instead of a batch with bcc
- but if you have too many subscribers it may stop at some point (after a certain amount of emails sent each day).
romainvialard 7 months ago