ItsTheSky / SkEmail

Skript addon to send emails. Updated to Skript 2.6+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner at this link: https://i.imgur.com/tO9GwwW.png

forthebadge forthebadge

Bitbucket Pipelines

Documentation | Source code | Downloads | Any problem, suggestion, or issue? Say me here

Disclaimer

I'm in no way responsible for your actions with my tool. This ressource will not work correctly if:

Usage example

on load:
    login to gmail service from mail "myemail@gmail.com" and password "my password"
 
command send:
    trigger:
        make new email:
            set object of email to "Test email"
            set body of email to "Look my beautiful email my friend!"
            set receiver of email to "myfriend@gmail.com"
            add "plugins/myfile.txt" to attachments of email
        send last email created
     
command read:
    trigger:
        set {_mails::*} to last 2 mails
        broadcast author of {_mails::1}

Register new mail service

To register a service with SkEmail 1.5+, a services.yml file is available in plugins/SkEmail. Just follow the following pattern:

IdOfYourService:
    name: name of your service
    smtp_address: smtp.yourservice.com
    smtp_port: 465
    imap_address: imap.yourservice.com
    imap_port: 993

The name of your service will be used as pattern. With the example above:

login to name of your service service from mail "youremail@gmail.com" and password "your password"

If your mail service seems good, you will get the message [SkEmail] Service named "name of your service" has been loaded!.

To reload SkEmail or services, you needn't reload all your server, you can use /skemail reload, it's enough.

BStats/Metrics

SkEmail contains metrics for stats, available here: https://bstats.org/plugin/bukkit/SkEmail

Nightly Builds

SkEmail contains "Nightly Builds" (development builds). They are often unstable and may have missing or unfinished features. However, if you want to test these versions, you can find this version here:

Direct download: https://bitbucket.org/Olyno/skemail/downloads/SkEmail-1.5-all.jar

Link: https://bitbucket.org/Olyno/skemail/src

About

Skript addon to send emails. Updated to Skript 2.6+


Languages

Language:Java 100.0%