Coder Social home page Coder Social logo

Comments (25)

 avatar commented on May 20, 2024 1

fuck

from bancho.py.

 avatar commented on May 20, 2024 1

u can use any smtp service just as easy as mailgun

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

i think this is an interesting one as it is a great idea and certainly something that should be implemented but theres so many different ways to go about it and a lot of different services that can do what we want

from bancho.py.

Atakku avatar Atakku commented on May 20, 2024

just add an external smtp server support

from bancho.py.

 avatar commented on May 20, 2024

@tsunyoku you don't want to implement credentials to an email service in source code... end-user will provide their smtp settings.

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

i think in a large amount of cases, hosting an smtp server purely for email verification is tedious and overkill. surely we can utilise a service such as mailgun instead?

from bancho.py.

 avatar commented on May 20, 2024

bruh that's none of gulag's business. This js

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

what

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

it is gulag's business, do you even know what mailgun is?

from bancho.py.

 avatar commented on May 20, 2024

@tsunyoku this isn't a service this is server software that people host themselves; u don't put credentials to an email service in source code. the end-user can sign up for whatever email service they want and put their smtp credentials in.

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

where did i say they put credentials to an email service?? i never said that anywhere, i just suggested we could use something such as mailgun but yes smtp works too

from bancho.py.

 avatar commented on May 20, 2024

"a lot of different services that can do what we want"

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

and since when did a service = putting credentials in source code?

from bancho.py.

 avatar commented on May 20, 2024

ok so you mean like mailgun has its own api instead of smtp so the app has to be built to use it specifically

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

i was making a suggestion yes (isn't that the whole point of this!!) but smtp also works. why do you have to be so bitchy about it lol?

from bancho.py.

 avatar commented on May 20, 2024

ok, no, gulag should use smtp and smtp only, not be restricted to some proprietary api. i want to use it with my own smtp server

from bancho.py.

 avatar commented on May 20, 2024

@tsunyoku i misunderstood

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

ok, no, gulag should use smtp and smtp only, not be restricted to some proprietary api. i want to use it with my own smtp server

all im gonna say is that there's a lot of "i"'s there, we need to think about what is most convenient for a broad scale of users. i think both have ups/downs so it really depends but i think both are perfectly fine ways to do this

from bancho.py.

 avatar commented on May 20, 2024

smtp is the standard, look at any web software that uses email, it uses smtp.

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

not all but a large percentage yes, smtp is usually convenient for stuff like this but i have seen mailgun in use for this kind of thing (see ripple's hanayo for example)

from bancho.py.

 avatar commented on May 20, 2024

cmyui could implememt both smtp and mailgun if he wants, but it would suck if there was only mailgun support and not smtp

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

ig

from bancho.py.

Atakku avatar Atakku commented on May 20, 2024

i think in a large amount of cases, hosting an smtp server purely for email verification is tedious and overkill. surely we can utilise a service such as mailgun instead?

i dont think it can be used just for email verification. Maybe in the future a login verification like in osu.ppy.sh can be implemented as well
also its very easy to setup
https://github.com/namshi/docker-smtp
i personally use this with a google account

from bancho.py.

tsunyoku avatar tsunyoku commented on May 20, 2024

it can be used for mail verification, 100%.
bancho’s login system is superior i agree but achieving that level of verification isnt going to just happen straight away. also yes but a. docker and b. more work than setting up mailgun (especially for those who may not be familiar)

from bancho.py.

Atakku avatar Atakku commented on May 20, 2024

it can be used for mail verification, 100%.
bancho’s login system is superior i agree but achieving that level of verification isnt going to just happen straight away. also yes but a. docker and b. more work than setting up mailgun (especially for those who may not be familiar)

SMTP doesnt necessarily have to be in docker, thats just an example of an easy to setup server for docker users, if you dont want to use docker, you can just setup exim or any other mail transfer agent that supports SMTP yourself

SMTP is a widely used protocol, and Mailgun provides SMTP servers themselves

from bancho.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.