Junior — Senior
Contract interface for sending emails
livecode
Task condition
Develop an interface (or an abstract class) that defines a mandatory method for sending electronic correspondence. The send method should accept parameters: recipient, sender, email subject (title), and message body (content). Then, provide one implementation — a traditional email client.