All Projects → RiiConnect24 → Mail

RiiConnect24 / Mail

Licence: AGPL-3.0 license
RiiConnect24 Mail Scripts. OSS.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Mail

Slmmail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 106 (+863.64%)
Mutual labels:  mail, sendgrid
Laravel Mailbox
Catch incoming emails in your Laravel application
Stars: ✭ 783 (+7018.18%)
Mutual labels:  mail, sendgrid
SlmMail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 107 (+872.73%)
Mutual labels:  mail, sendgrid
go-mail
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
Stars: ✭ 169 (+1436.36%)
Mutual labels:  mail, sendgrid
IMAPLoginTester
A simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login on IMAP servers.
Stars: ✭ 47 (+327.27%)
Mutual labels:  mail
filestore-server
基于golang实现的一种分布式云存储服务
Stars: ✭ 61 (+454.55%)
Mutual labels:  oss
sentry-android-gradle-plugin
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Stars: ✭ 67 (+509.09%)
Mutual labels:  sentry
mailing
📬 Sending emails with pleasure and prepared templates.
Stars: ✭ 15 (+36.36%)
Mutual labels:  mail
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+809.09%)
Mutual labels:  sentry
TimeMail
Write a letter to the future,After many years, I hope you will live up to your expectations.
Stars: ✭ 33 (+200%)
Mutual labels:  mail
sf-java-ui
Json Schema Form java based library allow developers to define schema and form using field annotations
Stars: ✭ 23 (+109.09%)
Mutual labels:  schema
zaqar
Email microservice writen in Node.js
Stars: ✭ 52 (+372.73%)
Mutual labels:  sendgrid
redux-sentry
Middleware that logs all your store and actions on exception to Sentry with raven-js
Stars: ✭ 13 (+18.18%)
Mutual labels:  sentry
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (+736.36%)
Mutual labels:  mail
nest-sendgrid
No description or website provided.
Stars: ✭ 24 (+118.18%)
Mutual labels:  sendgrid
Twikoo-Magic
Twikoo自定义表情列表 | HexoPlusPlus自定义表情列表(其实基于OwO的项目都可以用的啦)
Stars: ✭ 72 (+554.55%)
Mutual labels:  oss
RC24-Bot
Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/b4Y7jfD
Stars: ✭ 37 (+236.36%)
Mutual labels:  wii
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (+81.82%)
Mutual labels:  sentry
schema-builder
Laravel/Lumen schema builder & migration generator
Stars: ✭ 51 (+363.64%)
Mutual labels:  schema
nova-mailman
Conveniently route all emails to a local mailbox.
Stars: ✭ 47 (+327.27%)
Mutual labels:  mail

RiiConnect24 Mail Scripts

These are the production-grade scripts we use at RiiConnect24. There aren't any propietary addons; what you see here is what we are running.

Schema is available in the mysql folder.

Scripts are available in the php folder.

Pruning scripts are in clean folder. Run these every so often to ensure the database does not get filled up.

Setup

  1. Patch your nwc24msg.cfg; we have tools on our GitHub to do that.
  2. In the php folder, run composer update to install Sentry, as required.
  3. Use RiiConnect24's very vulnerable IOS patch that allows any server to work because we seem to not understand how to do res properly and nobody wanted to work on it after we released. Oh well.
  4. Import the schema, and run the scripts on your server - see below for replacing.

config.php

  • USER, PASS, DATABASE - MySQL login details.
  • password - API Key for SendGrid
  • domain - Domain for SendGrid verification
  • interval - Interval to send to the Wii to have it check in for mail
  • sentryurl - The URL Sentry gave you in your setup, to use for error logging.

Credits

  • thejsa for MySQL code and all of send.php's working send code.
  • spotlight_is_ok for pushing for this type of stuff to be OSSed. ❤️
  • Larsenv for pushing the team to get it to work.
  • PokeAcer for arranging the entire project.

Help Out!

Want to help out?

  • The Mail system has no security due to the IOS patch. This needs to be figured out.
  • Automatic patcher for server(s).
  • Interconnectivity between servers so that we don't fracture the community.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].