Reputation: 5093
How can a mail be sent in eiffel with kernel library? which class to use?
Upvotes: 0
Views: 33
Reputation: 5810
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
.
Upvotes: 1