Search code examples
emaileiffel

How to send an email with eiffel kernel library


How can a mail be sent in eiffel with kernel library? which class to use?


Solution

  • 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.