مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-18 22:09:46 +00:00
8 أسطر
153 B
Ruby
8 أسطر
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
$stdout.sync = true
|
|
$stderr.sync = true
|
|
|
|
require_relative "../config/environment"
|
|
SMTPServer::Server.new(debug: true).run
|