SkEmail

Addon SkEmail 2.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Efnilite, Pikachu, Blueyescat, Syst3ms
Supported Minecraft Versions
  1. 1.13
  2. 1.14
  3. 1.15
  4. 1.16
  5. 1.17
  6. 1.18
  7. 1.19
tO9GwwW.png

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 resource will not work for Gmail accounts if you don't use an App Password instead of your account password.

Usage example:

code_language.skript:
on load:
    login to gmail service from mail "[email protected]" 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 "[email protected]"
            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}

Big thanks you to all devs on skunity who helped me!
  • Like
Reactions: Uzumaki
Author
Olyno
Downloads
5,352
Views
5,352
First release
Last update
Rating
4.67 star(s) 3 ratings

More resources from Olyno

Latest updates

  1. New async system & co

    *Too boring to write a release note, checkout the github*
  2. Syntax conflict

    Patch note Fix syntax conflict with name expression of Skript
  3. Fix some issues

    Description: A lot of you told me there are some error messages with 1.6 and some issues. Here...

Latest reviews

The Plugin is Great! Just what I needed. Thanks so much :D
Best of Best.I spent so much time looking for such a plugin
ty for making this plugin
if i use russian symbols, i get a '?????'. is its fix?
Olyno
Olyno
Heya,
It's a very good point and actually I hadn't thought about it until you told me. So I will try to work on this problem and maybe version 1.2 should contain something to fix this problem.
Thank you for reporting it to me.

(Feel free to report any other problems to me in a message on the forum or on the github in the "issues" section)