#Creating account using temp email

1 messages ยท Page 1 of 1 (latest)

restive hatch
#

What is the problem you are experiencing?

restive pivot
#

Yeah, I don't know how to develop API for creating account with temp email.

restive hatch
#

What do you mean by "creating account with temp email"?

#

@restive pivot Please don't send unsolicited discord friend requests and DMs; these help channels are here and public for a reason. I have also already interacted with you here, and you have not answered.

restive pivot
#

Sorry for that

#

I'm just creating account using temporary email as I mentioned before

restive hatch
#

You have pretty much repeated yourself three times and not explained what you are trying to do or what problems you are having in an understandable way.

safe lantern
#

๐Ÿ˜‚

safe lantern
safe lantern
#

Those are the only two things that come to mind for this question.

restive pivot
#

I'm trying to implement automatic creation using temp email or other solution

#

I'm trying to implement using 10 Minute Mail, or Guerrilla Mail API, or Temp-Mail API

#

Does it make sense?

mortal echo
#

Temporary emails are not meant to identify users... So just don't use emails at all?

#

Assuming you are writing your own Django project ๐Ÿค”

glacial void
#

The question that comes to mind is why are you wanting to use a temporary email solution like that? That choice is typically down to the user of a website not the website itself.

restive pivot
#

So, you mean, using OAuth is a good way like the other websites?

glacial void
#

Answer the question. Why are you wanting to use a temporary email solution?

#

Or answer the following question:

What is the actual problem you have? Not the problem with your solution, but the actual problem.

celest cape
#

If your problem is being able to see the email your django app is sending, you can add this to settings.py and it'll paste the email in console instead of using temp emails just to see what message you got (see django docs)

EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
restive pivot
restive hatch
#

So you need to create multiple accounts in a site running Django. What prevents you from doing this?

restive pivot
#

i don't know how to implement

#

not using gmail, or microsoft mail!

celest cape
#

Are you looking for a library that handles the authentication flow for you? Look up django allauth

mortal echo
restive pivot
#

just greenfield proejct

glacial void
glacial void
restive pivot
#

uploading videos

#

hey guys, have you ever developed Django project with proxy?

mortal echo
#

Those questions sound very strange. It sounds like you may be trying to violate terms of service for some third party site, which goes against this server's #rules

Please explain what you are trying to do, rather than asking such cryptic questions ๐Ÿค”