felix-001 / simple_mail_client

simple send mail in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_mail_client

简单精巧邮件发送客户端

feature

  • 低内存占用
  • 支持发送邮件
  • 体积小
  • 不到500行代码
  • 支持网易163服务器
  • 实现smtp

编译

  • mkdir build
  • cmake ..
  • make -j10

sample

示例代码

运行

  • 设置环境变量
export SMTP_SERVER=smtp服务器地址
export SMTP_PORT=stmp服务器端口
export SMTP_USER=你的用户名
export SMPT_PASSWD=你的密码
export SMTP_FROM=发送者的邮箱地址
export SMTP_TO=接收者的邮箱地址
export SMTP_SUBJET=邮件标题
export SMTP_MESSAGE=邮件正文
  • 运行
./app

author

About

simple send mail in c


Languages

Language:C 92.8%Language:CMake 7.2%