RobloxGmail - Send Emails through Gmail using a Google Apps Script Web App

Add an unset variable.

local Result
local Success, ErrorStatement  = pcall(function()
	Result = HttpService:GetAsync(Url .. "?q="..game.HttpService:JSONEncode({Email, Subject, Message}))
end)
1 Like