FinoviaPay Customer Email Sending Form

Select a customer from the users table, choose the email template you want to send, and deliver the email directly from your mobile device through your existing SMTP setup.

Mobile Responsive

Send Email

Logic, design, and existing sending flow remain the same. Only template selection has been added so you can choose which HTML e-mail template should be sent.
Setup Notes

Required Paths

  • Database config: /config.php
  • SMTP mailer: /lib/mailer.php
  • Preferred new template: /emai-lunch.html
  • Customer source: users table
Users table columns in use:
id, name, email

Supported placeholders:
{{CUSTOMER_NAME}}, {{CURRENT_YEAR}}, {{LAUNCH_WINDOW}}
Important:
Upload your new HTML template in the same folder as this PHP file using the exact name emai-lunch.html. After upload, it will appear in the template selection dropdown automatically.