SimpleMail is a simple email client targeting AmigaOS (both the classic OS 3.1 and OS 4.x) and compatible platforms such as AROS and MorphOS.
You can download binaries from http://simplemail.sourceforge.net/index.php?body=downloads. MorphOS users may also check SimpleMail-MOS at https://code.google.com/p/simplemail-mos/. This was a fork of SimpleMail focusing on MorphOS, which, however, is discontinued.
For latest builds for AmigaOS 4.x please check https://sonumina.de/jenkins/job/simplemail/.
This site's SHA1 fingerprint is E5 7A 7E 48 FE 4C BC 36 1D A8 D9 EE 1B 43 04 C6 10 B8 FF 81
The build process for AmigaOS 4.x uses gcc. For building the AmigaOS 4.x variant, use:
$ make -f makefile.aos4
If you want the variant with statically linked OpenSSL use
$ make -f makefile.aos4 USE_OPENSSL=1
The build process for AmigaOS 3.x currently uses SAS C. Building is as easy as typing
1.> smake
in the shell.