Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

How do I get email working on cloud hosted phpbb?

$
0
0

I get this error if I don't use SMTP


E-mail error
» EMAIL/PHP/mail()
/phpbb/install/index.php

If I use SMTP with tls://smtp.gmail.com:25 I get this error


E-mail error
» EMAIL/SMTP
/phpbb/ucp.php

Could not connect to smtp host : 0 :

Errno 2: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number at [ROOT]/includes/functions_messenger.php line 1001<br />
Errno 2: fsockopen(): Failed to enable crypto at [ROOT]/includes/functions_messenger.php line 1001<br />
Errno 2: fsockopen(): unable to connect to tls://smtp.gmail.com:25 (Unknown error) at [ROOT]/includes/functions_messenger.php line 1001

If I use SMTP with smtp.gmail.com:25 I get this error


E-mail error
» EMAIL/SMTP
/phpbb/ucp.php

Ran into problems sending e-mail at Line 1034. Response: 530 5.7.0 Must issue a STARTTLS command first. n2sm48089954wiy.6 - gsmtp 
.
Backtrace
Connecting to smtp.gmail.com:25
LINE: 1018 <- 220 mx.google.com ESMTP n2sm48089954wiy.6 - gsmtp

# EHLO localhost
LINE: 1290 <- 250-mx.google.com at your service, [54.228.209.1]

LINE: 1290 <- 250-SIZE 35882577

LINE: 1290 <- 250-8BITMIME

LINE: 1290 <- 250-STARTTLS

LINE: 1290 <- 250 ENHANCEDSTATUSCODES

Viewing all articles
Browse latest Browse all 2052

Trending Articles