View Single Post
08/20/18, 02:34 PM   #1
hardballking
Join Date: Aug 2018
Posts: 5
How to send mails?

The SendMail() command doesn't work within my addon. Is there any kinde of parameter I have to pay attantion? or are there any special conditons that have to be meet.
EVENT_MANAGER:RegisterForEvent(self.name, EVENT_ACTIVITY_FINDER_ACTIVITY_COMPLETE,self.ActivityEnd)


function TestAddOn.ActivityEnd()
SendMail("@someon", "Titel", text_to_send)
end

text_to_send is just some text

Last edited by hardballking : 08/20/18 at 03:08 PM.
  Reply With Quote