Search found 7 matches

by Restemayer
02 Jun 2016, 17:25
Forum: SFS2X Questions
Topic: Resend validation code
Replies: 3
Views: 4656

Re: Resend validation code

Hi, you're right, the doc is missing one bit of information on this subject. If you're requesting a new activation email in another sessions (i.e. not the registration session) you will need to send an extra parameter, which is the email used for registering. So you need to also pass an SFSObject s...
by Restemayer
31 May 2016, 20:03
Forum: SFS2X Questions
Topic: Resend validation code
Replies: 3
Views: 4656

Resend validation code

I'm reading the writeup on how to use the activation code and I'm looking at how to have the server resend the email. Password recovery takes a command and a SFSObject with a reference to the user so it knows what email to send the password to. From the way it looks, the resend activation option onl...
by Restemayer
31 May 2016, 18:08
Forum: SFS2X Questions
Topic: server email causes extension to fail
Replies: 6
Views: 7115

Re: server email causes extension to fail

Is this a local postfix? E.g. running in the same local network of SFS? What settings are you using from the SmartFox side? thanks Yes... but I have it fixed... sort of. Since it wasn't working anyway and I didn't like how I had it organized, I scrubbed both the email server and the game server, an...
by Restemayer
29 May 2016, 02:53
Forum: SFS2X Questions
Topic: server email causes extension to fail
Replies: 6
Views: 7115

Re: server email causes extension to fail

Well, the extension works, but apparently postfix doesn't like the certificates used. postfix/submission/smtpd[4820]: connect from unknown[192.168.1.100] postfix/submission/smtpd[4820]: SSL_accept error from unknown [192.168.1.100]: 0 postfix/submission/smtpd[4820]: warning: TLS library problem: err...
by Restemayer
28 May 2016, 14:48
Forum: SFS2X Questions
Topic: server email causes extension to fail
Replies: 6
Views: 7115

Re: server email causes extension to fail

!!Ohh! Ok, that makes sense... and the null pointer error now makes total sense. It's reaching for a service that doesn't exist yet. That's an easy enough fix then. Thanks! Hi, Extensions are loaded before the server is ready with all its services. In order to send emails you need to listen for the ...
by Restemayer
28 May 2016, 02:49
Forum: SFS2X Questions
Topic: server email causes extension to fail
Replies: 6
Views: 7115

server email causes extension to fail

I'm trying to have the server send an email on start to test my email settings. import com.smartfoxserver.v2.SmartFoxServer; import com.smartfoxserver.v2.entities.Email; import com.smartfoxserver.v2.entities.SFSEmail; import com.smartfoxserver.v2.extensions.SFSExtension; import java.util.Arrays; pub...
by Restemayer
19 May 2016, 16:59
Forum: 2X Features Wish List
Topic: developer download
Replies: 0
Views: 16452

developer download

Not really an additional feature for the server itself, per se... and maybe it already exists and I'm just blind... but I'd like to see a separate downloadable file for extension development. To write extensions, the instructions tell you to pull the .jar files from the SFS installation on your mach...

Go to advanced search