Skip to content

Simple client for sending email with the ability to attach files

License

Notifications You must be signed in to change notification settings

RomanSoloweow/SendEmail

Repository files navigation

SendEmail

  • Simple client for sending Email with the ability to attach files

SendEmail

You can add your own servers by editing the Servers.json file

Example:

[
    {
        "Name":"Gmail",
        "Server":"smtp.gmail.com",
        "Port":587,
        "Patterns": ["gmail.com"]
    },
    {
        "Name":"Yahoo",
        "Server":"smtp.mail.yahoo.com",
        "Port":465,
        "Patterns": ["yahoo.com"]
    }
]

License📑

Copyright (c) GMIKE

Licensed under the MIT license.

About

Simple client for sending email with the ability to attach files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages