Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
15
Task/Send-email/Ring/send-email.ring
Normal file
15
Task/Send-email/Ring/send-email.ring
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
See "Send email..." + nl
|
||||
sendemail("smtp://smtp.gmail.com",
|
||||
"calmosoft@gmail.com",
|
||||
"password",
|
||||
"calmosoft@gmail.com",
|
||||
"calmosoft@gmail.com",
|
||||
"calmosoft@gmail.com",
|
||||
"Sending email from Ring",
|
||||
"Hello
|
||||
How are you?
|
||||
Are you fine?
|
||||
Thank you!
|
||||
Greetings,
|
||||
CalmoSoft")
|
||||
see "Done.." + nl
|
||||
Loading…
Add table
Add a link
Reference in a new issue