When I transfer the
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/8fe5cf24-0a28-40a4-9a6c-89b711dbc9a7%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/6b6ce298-02be-4846-874c-181472493772%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/6b6ce298-02be-4846-874c-181472493772%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/peCFiWNyKRo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/bf4e5cbc-6383-4bf3-830d-6efe7d95e034%40googlegroups.com.
try{
GMailApp.sendEmail();
}catch(e){
my_Error_Handling_Fnc(e);
}--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/peCFiWNyKRo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3ee3d075-659f-4a80-98c2-9b252944e890%40googlegroups.com.
Hi alan,Suspecting issue.. I created a separate function in that file to check whether he could send mails and asked the user to click the button running that function..Now he has confirmed exception error: gmail operation not allowed.. mail service not enabled..How should i go about from here..
On Tue, Apr 28, 2020, 7:25 PM Alan Wells <aj.a...@gmail.com> wrote:
--If the code is failing then there should be an error message. You can check StackDriver for an error message. You can wrap the Gmail send line with a try/catchtry{
GMailApp.sendEmail();
}catch(e){
my_Error_Handling_Fnc(e);
}
If there is no error, then GMail didn't have a valid email address.
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/peCFiWNyKRo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-community+unsub...@googlegroups.com.
In a GSuite account, the Gmail service needs to be enabled for that user. The Admin of the GSuite account needs to enable that setting. Do an internet search and see what you can find.
On Tuesday, April 28, 2020 at 10:19:20 AM UTC-4, 2morow never comes wrote:
Hi alan,Suspecting issue.. I created a separate function in that file to check whether he could send mails and asked the user to click the button running that function..Now he has confirmed exception error: gmail operation not allowed.. mail service not enabled..How should i go about from here..
On Tue, Apr 28, 2020, 7:25 PM Alan Wells <aj.a...@gmail.com> wrote:
--If the code is failing then there should be an error message. You can check StackDriver for an error message. You can wrap the Gmail send line with a try/catchtry{
GMailApp.sendEmail();
}catch(e){
my_Error_Handling_Fnc(e);
}
If there is no error, then GMail didn't have a valid email address.
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/peCFiWNyKRo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3ee3d075-659f-4a80-98c2-9b252944e890%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/66085c6a-8797-4d14-96f5-bd471cd40a18%40googlegroups.com.
Hi,But one doubt..I did two forms and transferred to him..That was running fine.. why is this ..Having issues like this?That also should have the same issues right?
On Tue, Apr 28, 2020, 7:59 PM Alan Wells <aj.a...@gmail.com> wrote:
In a GSuite account, the Gmail service needs to be enabled for that user. The Admin of the GSuite account needs to enable that setting. Do an internet search and see what you can find.
On Tuesday, April 28, 2020 at 10:19:20 AM UTC-4, 2morow never comes wrote:
Hi alan,Suspecting issue.. I created a separate function in that file to check whether he could send mails and asked the user to click the button running that function..Now he has confirmed exception error: gmail operation not allowed.. mail service not enabled..How should i go about from here..
On Tue, Apr 28, 2020, 7:25 PM Alan Wells <aj.a...@gmail.com> wrote:
--If the code is failing then there should be an error message. You can check StackDriver for an error message. You can wrap the Gmail send line with a try/catchtry{
GMailApp.sendEmail();
}catch(e){
my_Error_Handling_Fnc(e);
}
If there is no error, then GMail didn't have a valid email address.
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/peCFiWNyKRo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-community+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3ee3d075-659f-4a80-98c2-9b252944e890%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.