this is the old post and the repl is no longer in use
see the new post here - https://repl.it/talk/share/UPDATE-repl-mail-Email-for-replit/25364
I would thank you a million, but I’m pretty sure that’s spam, so I’ll only thank you 100:
thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you,
Edit: oh wait, I can do this programmatically:
#include <iostream>
int main(){
bool not_Thanked_Enough = true;
while(not_Thanked_Enough)
std::cout << "thank you! :)\n";
}
@Highwayman
Syntax Error:
Correction
#include <iostream>
int main(){
bool not_Thanked_Enough = true;
while(not_Thanked_Enough) {
std::cout << "thank you! :)\n";
}
}
oops, i meant
while(not_Thanked_Enough == false) {
.
.
.
}
@nt998302 not necessarily. You don’t need {} if it’s only one line and the conditions for the while loop just have to evaluate to true (1 or higher) and a Boolean set to true evaluates to true.
@Highwayman Oh! My bad! :/
@nt998302 🤷♂️ Now you know. 👍 :)
Very nice! Would give it an E (mail).
I won't use this product because it asks me to enter my repl.it username and password. I would use it if it used repl auth instead.
@PDanielY Also server connection failure
I got a server connection failure, too. @PDanielY
Me Too @probablemartian
@PDanielY its because im working on adding repl auth stuff so it might be down periodically
@PDanielY This is legit pretty good. It's not a scam.
@SunGame7 and how am I sure?
@PDanielY Check the code proxies
@SunGame7 the server-side of this product is actually private so I can't do that.
@PDanielY if I moved the database to a separate repl and made the server public would you use it kek
@MrEconomical I really think this is going places. Amazing work! Are you planning on adding:
- Reply feature
- Notifications
- Update sent mail page without manual refresh
- Any bonus features you're working on?
@Vandesm14 I don't actually know if I want to continue with this project because I don't know if it is useful to some people. I will need to rewrite a lot of it in node too
@MrEconomical Why is the server code on a filebin?
@Vandesm14 oh btw sent mail does update without refresh every 10 secs
@MrEconomical Ah ok. Cool!
User: Xeborch
pass: Xeborch
sending passwords to a private repl is maybe a little suspicious but ok
@pyelias https://filebin.net/lfsxzchai17287bb
hope you're happy
@MrEconomical mreconomical the file size is 6.9 kb kek
@MrEconomical Are you planning on using repl auth? (probably already asked though)
@RossJames only visible to you if you open up that tab (same goes for literally any other website you log in to) its forced https so its fine
@MrEconomical other websites hash before sending incase message is intercepted
@RossJames the connection to the site is forced on httpS so if intercepted they can't view it because its already encrypted
@MrEconomical why not use repl auth?
@amasad adding it - I just thought what dolya.me did was good so I did that
@MrEconomical Don't use two separate Repls.
Wow! I've come into so many problems when trying to send emails through replit. Nice Job and Thanks for this :)
Amazing job, this program is really fun
This is amazing, well done!
How do I sign in if my account is from a google account?
@DavidShen2 not sure
No offense, but it seems like you like storing your server in the open. I get that you're not storing the data yourself, but :l I suggest transitioning to node.js to use private keys.
@AdCharityTester um wdym server is in the open its in a different repl on a node.js server - I do store the data myself
@MrEconomical It's a private repl right?
@Vandesm14 you can download the code from the filebin linked in the desc
@MrEconomical Good to know!
Sup economical
I cant sign in, as I signed in with google. =(
@TaylorLiang Me too ):
wut happened
@TaylorLiang upgrading repl mail
@MrEconomical are you going to add repl auth?
Is it still running? I sent like 2 emails to you but nothing seemed to save :/
i love making logos and animations
@ThePuzzlerThree hey I need an icon for a project that I am working on right now. can we talk on discord? thx
@MrEconomical dont have discord-go to https://iwebcam.com/ThePuzzler3 password is repl.it
@MrEconomical 11:00 am eastern time
@MrEconomical actually just repl mail me
@ThePuzzlerThree new repl mail
@MrEconomical did not receive
@ThePuzzlerThree yes you needed to log in first. try now
@MrEconomical still didnt show up
If you ever have a big project with a logo needed, contact me!
I dont feel secure using this. How do you have my username and password verified without KNOWING MY PASSWORD?
@ThePuzzlerThree I make a post request to https://repl.it/login
check the server code
@MrEconomical okay.it is really cool tho. i hope u understand why i was concerned
when there is a random "what" at the beginning on the post
i_get_an_error:_INTERNAL ERROR
@SeanXiao can you describe what you did so I can fix
@MrEconomical i forked the project and entered the username & password &
got the error.
@SeanXiao the server only allows requests from whitelisted urls
@MrEconomical is it possible to change that?
@SeanXiao I just didn't want people to try to spam or bot the server
tried it once it worked, second time i got "Fri Dec 20 2019 11:13:56 GMT-0500 (Eastern Standard Time)
ERROR: SERVER CONNECTION FAILED"
pls fix this
at first this program was amazing but I turned off my computer and then I tried running this program again and when I have logged in it just sais:Fri Dec 20 2019 10:11:16 GMT+0100 (centraleuropeisk normaltid)
ERROR: INTERNAL ERROR, please can someone help me fix this
Very Cool