Skip to content

mrjslau/SMTPMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SMTPMail

  1. MacOS app for authentication, GUI and sending custom email.
  2. SMTP implementation in C language.

Prerequisites

MacOS XCode OpenSSL

Compile and prepare for running

  1. cd into smtp-ssl-c folder
  2. Compile with gcc on Unix:
$ gcc -o smtp-ssl.o smtp-ssl.c -lssl -lcrypto file-util.c
  1. Place smtp-ssl, base64 executables and App.config and App.text file into folder SMTPconf and place in on the Desktop

  2. Fill App.config and App.text with email info

  3. Change to your user directory in file-util.c string

  4. cd into xcode macos project location and change string to your user directory in Runscript.command

Running

Run the app on XCode or export and run as SMTPMailer.app

About

University Computer Networks 2nd assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published