Skip to content

Inestic/IP2Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP2Email 📧

GitHub all releases GitHub Workflow Status GitHub

IP2Email sends an email with your public IP address got by https://ifconfig.me

Screenshots

Screenshots

Image Image
Image

Usage options

Usage: IP2Email [-config] | [-send]

  • Configure and temporary save email recipient & sender settings option
-config
  • Send your public IP address within configured email settings option
-send

WARNING: DO NOT ENTER YOUR CURRENT EMAIL'S LOGIN AND PASSWORD! IT'S NOT SAFE!

CREATE NEW EMAIL ACCOUNT WITH A STRONG AND RANDOM PASSWORD.

Return codes:

  • 0 All actions completed successfully.
  • 10 An exception occurred while getting the local IP address.
  • 20 An exception occurred while getting the external IP address.
  • 30 An exception occurred while saving email settings.
  • 40 No details for email sending provided.
  • 50 An exception occurred while sending email.