Page 1 of 1

SMTP Issues

Posted: Fri Jun 16, 2017 7:37 pm
by ftpjesus
Doubt this is a bug issue but at a loss..
Trying to get smtp set up to automatically verify accts reset passwords etc.

I downloaded the open files and put them in the PM server location even copied them over to syswow64 and system32 to make sure the .dll were being seen and I consistently get the same error message over and over.. can not load .ssl library.. Now I know I need gold to run an ssl cert but this is just for email issues and thought that wasn't necessary to have secure email outgoing from the server.. Everythingelse checks out fine it seems to be just erroring claiming there is a dll issue which I don't understand..

Log file shows "email failure (could not load ssl library)"

Any ideas would be awesome..

Re: SMTP Issues

Posted: Fri Jun 16, 2017 8:10 pm
by Kent Briggs
Put libeay32.dll and ssleay32.dll into the Poker Mavens program folder where PMServer.exe is saved:

C:\Program Files (x86)\Briggs Softworks\Poker Mavens 5\

And if you are not running the 64-bit Gold edition, you must use the 32-bit editions of those files. And you can't tell just by the file names because the 64-bit editions have the same exact names. This is the 32-bit version:

http://www.briggsoft.com/download/OpenSSL.zip

Re: SMTP Issues

Posted: Sat Jun 17, 2017 12:39 am
by ftpjesus
Much appreciated Ken.. Took a couple small hiccups but the problem is resolved now and can validate and remind passwords and mailing lists..

Re: SMTP Issues

Posted: Tue Jul 11, 2017 3:12 am
by Tuck Fheman
Uhgg, I read the instructions so many times and still messed up and put the 2 files in the /Appdata/Romain/Poker Mavens 5 folder by mistake. Finally figured it out. Now to make the API work because I think I did the same thing and put the files in wrong folder. =/

Re: SMTP Issues

Posted: Tue Apr 30, 2019 8:58 pm
by ftpjesus
Ugh the problem has returned trying to get my server setup.. I put the files in the zip into the PM5 folder Now Im getting weird issues.. Got the following errors..

The first one was with the port set to 587 for yahoo got the weird error telling me there was a version wrong issue

Email Failure: (Error connecting with SSL.error 1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number) sending validation code [email protected]

The second was submitting on port 465 it appears its just timing out and cant validate anything

Email Failure ((AUTH005)Too Many Bad Auth Attempts) sending validation code [email protected]


so the question is what the heck is going on with port 587.. Im soon to get the email boxes set up for my actual poker site domain but its just bizarro I feel having this issue its like groundhog day..

Re: SMTP Issues

Posted: Tue Apr 30, 2019 9:21 pm
by MavensDev
Might want to make sure you have the correct files...

Re: SMTP Issues

Posted: Tue Apr 30, 2019 11:53 pm
by Kent Briggs
ftpjesus wrote:The first one was with the port set to 587 for yahoo
Email Failure ((AUTH005)Too Many Bad Auth Attempts)


It's probably an OAuth issue. The SMTP component in Poker Mavens does not support that protocol. I know in gmail you have to go into your account settings and tell it to allow "Less secure app access". I found a similar setting for yahoo mail, according to this link: https://canopytax.zendesk.com/hc/en-us/ ... l-Accounts

Re: SMTP Issues

Posted: Thu May 02, 2019 4:49 am
by ftpjesus
Thanks Kent that fixed it.. Went into the security settings in the yahoo email for the sending account and it fixed itself..