E-Mail register

Discussion in 'Archived: Plugin Requests' started by Frkinklown, Sep 28, 2013.

  1. Offline

    Frkinklown

    do we have a beta yet :p
     
  2. Offline

    CMG

    Plugin is pretty much done, i'm using the java mail api, but im getting an error everything else is working just need to send a flipping email.
     
  3. Offline

    Frkinklown

    Still having troubles with sending emails ?? Maybe post it and see if anyone can help finish it off with you joint effort
     
  4. Offline

    CMG

    Yeah ill post in the dev section.
     
  5. Offline

    Frkinklown

    can u link it into here please. or pm me :p
     
  6. Offline

    CMG

    Link what here?
     
  7. Offline

    timtower Administrator Administrator Moderator

    The link to the thread where you ask for help
     
  8. Offline

    CMG

    Last edited by a moderator: Jun 4, 2016
    timtower likes this.
  9. Well this is what I've done.
    https://github.com/AssistDev/EmailRegister-WIP/

    I was bored yesterday so I decided to work on it, unfortunately I'm also having a problem with sending the email. Feel free to take anything from the code, though some of it might be messed up because while I was writing it, my Eclipse crashed, and for some reason the project didn't save, so I had to decompile an older, already exported version of it. It's quite funny how crazy decompilers can be (line 67 of CommandManager)
    Code:
    data.getPending().getString(new StringBuilder(String.valueOf(s.getName())).append(".email").toString())
    that StringBuilder is completely unnecessary :p

    I guess we'll just have to wait for Icyene to update the email api.
     
  10. Offline

    CMG

    The plugin i am working on is done, again just need to wait for this library update, then the OP can see which one he likes best.
     
    deploycraft likes this.
  11. Offline

    Frkinklown

    CMG Assist
    any idea when the api will be updated
     
  12. Offline

    CMG

    Very soon icyene told us.
     
  13. Offline

    Frkinklown

    :( i hate waiting :p
     
    timtower likes this.
  14. Offline

    CMG

    Dont worry found a working library gonna try and do it now :)
     
  15. Offline

    Garris0n

    Then spend the time you would've been waiting learning Java, and you never have to make a plugin request again! :D
     
    timtower likes this.
  16. Offline

    Frkinklown

    shuddup :p i havent coded with java for ages. and my head hurts at the moment :p

    CMG Awesome
     
  17. Offline

    AndyMcB1

    So you actually know java? (or really any programming language - java syntax is the easiest ive found apart form things like lua and SQL)
    Maybe have a go at making plugins? (as this wouldn't be too hard)
     
  18. Offline

    Frkinklown

    i knew basic java 10 years ago. would have to relearn it again now.
     
  19. Offline

    deploycraft

    When will this be done?
     
  20. Offline

    CMG

    Whenever someone gives me a working email code.
     
  21. CMG
    Just lookup how to send an email in Java :p
     
  22. Offline

    CMG

    Dude, its not that easy alot of computers don't have this authorization thingy for email clients, and that's why it wont work on my pc, so im trying to find away around it.
     
  23. Offline

    crunkazcanbe

    CMG I dont know if this will help you man but look HERE
     
  24. Offline

    Frkinklown

    crunkazcanbe The Gaming Grunts if either of you know much about using java to send emails, would much appreciate the input. im in need of this plugin and any help would be great. CMG i know what its like when you hit a brick wall. hopefully someone out there knows where the problem isif anyone thinks they might be able to help please do so
     
  25. Offline

    crunkazcanbe

    If I'm not mistaken mcmmo or simpleclans2 one of them send emails when there is a warning or error . Ask the devs of which ever one it is how they did it.
     
  26. Offline

    Frkinklown

  27. Offline

    deploycraft

    Any luck on this yet?
     
  28. Offline

    CMG

    Look, I've give up as i can't find anything to send an email in java, ive posted on the forums, looked everywhere. So if anyone wants to take on this project i can hand over the source, but they must give me credit for the majority of it.
     
  29. deploycraft CMG
    I actually filled his request already. I'll be posting it to BukkitDev in a couple days, I just have to clean up the project.
     
  30. Offline

    deploycraft

    ohh great can you message me when its out.
     

Share This Page