Forum Activity for @markopolo

delete-me-please
@markopolo
01/15/14 08:29:08AM
4 posts

Audio player - Android issue


Using Jamroom

@andrusito, open these links on your phone's stock browser:
http://whatbrowser.org/
http://www.whatismybrowser.com/what-is-my-user-agent

Reply to this topic with the info , then @Brian might get an idea of the browser used on your phone.

I have Samsung Galaxy S4 with "Chrome" and the native samsung's 'Dolphin' browser (modified version of stock droid browser)
I know HTML5 audio works on Chrome.

However, I haven't tried the Stock browser yet. I'll post results when i get the chance to.
delete-me-please
@markopolo
01/02/14 02:45:11PM
4 posts

SMTP Errors with Google Apps (Gmail)


Using Jamroom

Hi,
I'm pleased to say it WORKS!! :D

I made a test registration, it worked.
I also used the "send test email" feature, it worked.

Yes, you're right about Google blocking 3rd party access, so if anyone else gets trouble in the future, they would need to visit that URL to allow access.

Thanks Brian
delete-me-please
@markopolo
01/02/14 11:59:52AM
4 posts

SMTP Errors with Google Apps (Gmail)


Using Jamroom

I just tried "smtp.google.com". That didn't work.
Also i tried the alternative port 587 (instead of the default 465). That didn't work too.

The php error log is the same as above ^ , except it says [x4] instead of [x2]

When you said you're going to make an update. Are you talking about the core or /mailer/ module itself ? & When is the update likely to be released?


Thanks
delete-me-please
@markopolo
01/02/14 09:53:47AM
4 posts

SMTP Errors with Google Apps (Gmail)


Using Jamroom

Lately i've been using PHPMail() as SMTP isn't working on JR5. But I want to use SMTP instead (less chance of the email ending up in junk)

My domain already configured in google apps (admin.google.com)
- MX Records are correct
- SPF txt record is correct
- DKIM authentication dns record is added too

I went to Jamroom -> Communication -> Email Support
- Delivery Method: SMTP
- SMTP Host: ssl://smtp.googlemail.com
- Port: 465
- SMTP User Name: myname@mydomain.com
- SMTP Pass:  mypassword

Then i log out of admin, register on my own site as a test user.
I filled in all the details (even my personal hotmail.com account)

I clicked "Created Account".... After 2 seconds the ajax animation wheel stops, and i get a yellow error message that says:

"a system level error was encountered trying to validate the form values: error: Internal Server Error"

So I went back to jamroom admin, and changed this:
Before: SMTP Host: ssl://smtp.googlemail.com
After : SMTP Host: tls://smtp.googlemail.com
That didn't work either. So i tried this again:
Before: SMTP Host: tls://smtp.googlemail.com
After : SMTP Host: smtp.googlemail.com
Again, that failed.

So, to dig deeper, I went to check the php error log (jamroom/core/php_error_log) and it says this:
<span class="php_error">[02-Jan-2014 17:04:07] PHP Fatal error: Uncaught exception 'Swift_TransportException' with message 'Expected response code 250 but got code "", with message ""' in /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php:386 [x 2]

<span class="php_">Stack trace: [x 2]

<span class="php_">#0 /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php(281): Swift_Transport_AbstractSmtpTransport->_assertResponseCode('', Array) [x 2]

<span class="php_<mar...',">#1 /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php(245): Swift_Transport_AbstractSmtpTransport->executeCommand('MAIL FROM: <mar...', Array, Array) [x 2]

<span class="php_<mar...',">#2 /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php(327): Swift_Transport_EsmtpTransport->executeCommand('MAIL FROM: <mar...', Array) [x 2]

<span class="php_/......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php">#3 /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php(416): Swift_Transport_EsmtpTransport->_doMailFromCommand('mar in /......./modules/jrMailer/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php on line 386 [x 2]


Right now, I've reverted to using PHPMail temporarily.
I don't want to keep using phpmail because it seems to keep failing SPF checks (according to thunderbird's email headers)

Google Apps, also requires TLS/SSL connections. So it won't accept regular http connections.


So, what do you think the issue is ? & what can i do about it ?.

Thanks.


updated by @markopolo: 02/02/14 10:56:25PM