FinoviaPay Customer Email Sending Form

Select a customer from the users table, load the HTML template automatically, and send the email directly from your mobile device through your existing SMTP setup.

Mobile Responsive

Send Email

This page is optimized for mobile use, with full-width controls, touch-friendly spacing, and easy one-hand email sending.
Setup Notes

Required Paths

  • Database config: /config.php
  • SMTP mailer: /lib/mailer.php
  • Email template: /templates/finoviapay_telegram_auto_digital_banking_email.html
  • Customer source: users table
Users table columns in use:
id, name, email

Supported placeholder:
{{CUSTOMER_NAME}}
Important:
This file uses your existing $pdo connection from config.php and your SMTP sender from lib/mailer.php.