Skip to content

TAGISWILD/MailinC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailinC

A small C/C++ experiment for triggering email-sending behavior from a C-style program.

Status

Legacy learning project. The code is preserved, but the Gmail/security flow described by the original version is outdated.

Contents

  • Mail.h - header/library experiment
  • Example.cpp - example usage

Basic Usage

Include the header from a C/C++ program:

#include <stdio.h>
#include <stdlib.h>
#include <Mail.h>

The original API exposed:

  • Init()
  • fillDat()
  • SendMail()

Security Note

Do not use old "less secure app access" Gmail workflows. Modern email integrations should use app passwords, OAuth, or a trusted mail API provider.

Why This Exists

This was an early systems/programming experiment around connecting C/C++ code with mail automation.

About

Legacy C/C++ mail-automation experiment with a header and example program.

Topics

Resources

Stars

Watchers

Forks

Contributors