0

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

Pipo
  • 4,653
  • 38
  • 47
  • You should be more specific: Do you want to submit an existing message, or do you want to compose* and submit a message? – U. Windl May 24 '21 at 17:06

1 Answers1

1

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.

Alexander Kogtenkov
  • 5,770
  • 1
  • 27
  • 35