How can a mail be sent in eiffel with kernel library? which class to use?
Library net
of standard EiffelStudio distribution provides means for sending messages with SMTP. A simple example of using this functionality is located in .../examples/net/transport/smtp
.