All Projects → work-design → rails_email

work-design / rails_email

Licence: MIT license
Record rails error logs and Email logs, efficient and clean

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to rails email

UT GameEventSystem
A flexible event system in Unreal Engine 4
Stars: ✭ 33 (+43.48%)
Mutual labels:  engine
tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (+30.43%)
Mutual labels:  engine
cottle
High performance template engine for C#
Stars: ✭ 99 (+330.43%)
Mutual labels:  engine
ITHVNR
feature/engine update for ITHVNR
Stars: ✭ 72 (+213.04%)
Mutual labels:  engine
vkOpenArena
Old games never die, they just fade away...
Stars: ✭ 58 (+152.17%)
Mutual labels:  engine
odin
High level 2d game engine written in Haskell.
Stars: ✭ 28 (+21.74%)
Mutual labels:  engine
smol
Uma game engine desenvolvida ao longo de uma série de vídeos do canal https://www.youtube.com/gamedevlog
Stars: ✭ 23 (+0%)
Mutual labels:  engine
TwitchAuth
Unreal Engine 4 Plugin for In-Game Twitch Authentication.
Stars: ✭ 21 (-8.7%)
Mutual labels:  engine
goma-engine
A simple C++ 3D game engine with Vulkan support.
Stars: ✭ 34 (+47.83%)
Mutual labels:  engine
EtherEngine
简明易用的 Lua 跨平台游戏接口
Stars: ✭ 132 (+473.91%)
Mutual labels:  engine
aer-engine
♒ An OpenGL 4.3 / C++ 11 rendering engine oriented towards animation.
Stars: ✭ 26 (+13.04%)
Mutual labels:  engine
Discord-UE4
Plugin for integrating Discord Rich Presence.
Stars: ✭ 66 (+186.96%)
Mutual labels:  engine
OpenNefia
(Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
Stars: ✭ 103 (+347.83%)
Mutual labels:  engine
Javet
Javet is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java.
Stars: ✭ 218 (+847.83%)
Mutual labels:  engine
storm-engine
Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.
Stars: ✭ 636 (+2665.22%)
Mutual labels:  engine
multi-tenancy-devise
mtdevise adds basecamp style user logins to your ruby on rails application.
Stars: ✭ 27 (+17.39%)
Mutual labels:  engine
aisa
AISA is a Software 3D Engine written in TypeScript.
Stars: ✭ 24 (+4.35%)
Mutual labels:  engine
BlueprintWebSocket
Documentation for BlueprintWebSocket available on the Unreal Engine Marketplace.
Stars: ✭ 13 (-43.48%)
Mutual labels:  engine
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+826.09%)
Mutual labels:  engine
dilovel
An advanced framework is written in PHP, a framework containing rich components such as middleware, orm, request management, template engine, elasticsearch, template engine, many modern frameworks have been written by adopting clean code principles completely written in accordance with PHP standards. like linux operating system ...All of control…
Stars: ✭ 38 (+65.22%)
Mutual labels:  engine

RailsEmail

Email 周边服务

功能

  • 记录系统邮件发送记录,包含是否发送成功及邮件服务商队列ID等信息;

使用方法

  • 邮件日志相关配置
  • 设置发送邮件返回 response
config.action_mailer.smtp_settings = {
  return_response: true
}
  • 设置邮件发送不成功 raise error,并重发
 config.action_mailer.raise_delivery_errors = true

访问 email/admin/logs 查看邮件发送日志

许可证

遵循 MIT 协议

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].