#Creating account using temp email
1 messages ยท Page 1 of 1 (latest)
Yeah, I don't know how to develop API for creating account with temp email.
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.
Sorry for that
I'm just creating account using temporary email as I mentioned before
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.
๐
I think your trying to generate random email addresses for the "email" column? Is that the question?
Or are you trying to create a feature where the account isn't fully created until some verification has happened?
Those are the only two things that come to mind for this question.
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?
Temporary emails are not meant to identify users... So just don't use emails at all?
Assuming you are writing your own Django project ๐ค
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.
So, you mean, using OAuth is a good way like the other websites?
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.
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"
That project is a video-uploading project for election campaign. So, multiple accounts are needed
So you need to create multiple accounts in a site running Django. What prevents you from doing this?
Are you looking for a library that handles the authentication flow for you? Look up django allauth
Do you control the website? Who built it?
just greenfield proejct
This just specifies multiple accounts. Nothing about temporary emails specifically.
Is this site about hosting videos or uploading them elsewhere?
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 ๐ค