8000 GitHub - ozan2003/send_mail: Utility for sending e-mails with attachments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ozan2003/send_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send mail

  • Send mail with school mail.
  • Reads mail subject and body from a .toml file.
  • Adds the CV as an attachment.
  • Sends the mail to the specified recipient(s).

Configuration

If you want to use this script as is, you will need to configure the following:

  • Mail address and password as environment variables. (default names: SAU_MAIL and SAU_APP_PASSWD)
  • The mail subject and body in a .toml file. (default path: ~/.config/send_cv.toml)
  • The CV file path. (default path: ~/Documents/CV/TR/OzanMalciBilMuhCV.pdf)

Refer to -h/--help for usage.

0