Hi
I use the notify ghtml to create a bespoke welcome email when creating a new account. I've noticed over the last week that the emails are not being send, my logs show that the account has been created and and email send but the email contains this message.
Google logo
This file might be unavailable at the moment due to heavy traffic. Try again.
for reference the command is always a variant of
gam redirect stdout ./AE_071024.log multiprocess redirect stderr stdout csv csvfile.csv gam create user ~userName firstname ~firstName lastname ~lastName password uniquerandom 12 org 'org/path' gal off otheremail home ~personalEmail changepassword on groups member delivery allmail ~group notify "~~personalEmail~~,
otheremail...@domain.com" subject "You have a new account at Leeds Adult Learning" ghtml
ownerof...@domain.com 1ZJraYg-QxirWi_hXuLw2D5Z0tztlOzI9LKZG0Ukl1IM
the logs show user created, user added to group and email sent
However the email contains, the message above.
After some experimentation i can get it to generate and send the emails if they are done when the csv is limited to 3 or 4 rows
the console returns
2024-10-04T23:12:35.272+00:00,0/22,Using 5 processes...
2024-10-04T23:12:59.275+00:00,0,Processing item 22/22
2024-10-04T23:13:01.276+00:00,0/22,Waiting for 3 running processes to finish before terminating, wait limit unlimited seconds
2024-10-04T23:13:06.276+00:00,0/22,Waiting for 3 running processes to finish before terminating, wait limit unlimited seconds
2024-10-04T23:13:06.288+00:00,0/22,Processing complete
which suggests that it might be being rate limited?
Any help would be appreciated, and If i'm making a silly error please shout.
Rob