Can´t get mailing to work

Hi,

I can´t get my mailing to work and wanted to ask, if somebody can help.
What I did so far.

  • Installed mail binding (UI)
  • Created SMTP Thing (UI)
  • Created Test Rule (File in /conf/rules/)

rule “SendMail”

when

Time cron "0 0/1 * * * ?"

then

val mailActions = getActions(“mail”,“mail:smtp:test”)

mailActions.sendMail(“my_mail@address.test”, “test”, “test”)

end

What happens is that I get this error in log and no incoming mail in my inbox :frowning:

… failed: ‘sendMail’ is not a member of ‘org.openhab.core.thing.binding.ThingActions’; line 9, column
4, length 101 in sendMail

Anyone an idea ?

Thanks in advance and Greetings,

Julian

It´s working now miraculously … Sorry for bothering you guys.