Jessica Tegner

Results 104 comments of Jessica Tegner

Hi. A suggestion as to how this could be improved. ### For the deck import and deck export commands Instead of just spitting out (and expecting) a json string, encode...

@kevinlul in this case, we are not talking about YGOProDeck. In the game, there's a deck import and deck export command, that let's the players share decks between each other....

Hi. What would be the steps we would need to take in order to do this @Timtam

Another option would also be, to pass the email (after mud validation) to a php script that then sends an email with php's mail function

Not really. PHP has a build in mail function that can work without an smtp server as far as I know.

Okay then. Yes would complicate things. Why the heck are we even asking for an email on user registration in the first place

Well. Offline and admin messages could also be done via a form of "mudmail" system, like ones seen on other muds, where you can send an offline player a message...

Aha I see. Yes, that would be a good idea. Could we maybe do it another way (ie with another media, like fx. twitter dms? )

I like that idea. Mailgun gives you 10000 emails / month and we do not need the validation part (since we can do that ourselfs). Couple that with a 24...

Hi. If we are using an external service like MailGun, how are we going to store the api keys.