Logic Machine Forum
Sending Email problem - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Sending Email problem (/showthread.php?tid=4963)



Sending Email problem - savaskorkmaz - 13.09.2023

Hi,

We were sending email via sendgrid integration in one of the project. It was working properly. suddenly email sending is stopped we get an error like that.

Event for test (32/2/84) 13.09.2023 15:42:19
Library socket/tp:0: attempt to index a nil value
stack traceback:
[C]: in function 'mail'
User script:3: in main chunk

Any help will be apprecited.

Thanks


RE: Sending Email problem - admin - 13.09.2023

Send your full script including credentials via PM.


RE: Sending Email problem - savaskorkmaz - 13.09.2023

We restarted and it worked again. We will check every script if there is script which cause LM collapse


RE: Sending Email problem - admin - 14.09.2023

You can use HTTP requests for Sendgrid, it is more convenient than SMTP.