PHPbb/I2PBote Compatibility
Posted: 22 Apr 2018 08:28
This isn't a huge issue, just a little thing I noticed. :)
PHPbb doesn't allow emails that are very long, (like I2PBote emails) emails that are not structured like a 'normal' email, (eg. [email protected]) and I2Pforum doesn't send emails over I2PBote.
Solutions:
-Enable the SMTP port in I2PBote (after installing it) and have PHPbb send emails to 127.0.0.1:7661
-Write an extension that changes what counts as a valid email during registration. (As far as I know, this can't be done in normal settings. It must be done with an extension)
PHPbb doesn't allow emails that are very long, (like I2PBote emails) emails that are not structured like a 'normal' email, (eg. [email protected]) and I2Pforum doesn't send emails over I2PBote.
Solutions:
-Enable the SMTP port in I2PBote (after installing it) and have PHPbb send emails to 127.0.0.1:7661
-Write an extension that changes what counts as a valid email during registration. (As far as I know, this can't be done in normal settings. It must be done with an extension)