[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
acma.in
/
acma-ec-election-2025-26-bpk
/
php
/
helper
+ Folder
+ File
Upload
Editing: generate_pdf.php
<?php function sendMail($useremail, $member_id) { $email = new \SendGrid\Mail\Mail(); $email->setFrom("acma@acma.in", "ACMA"); $email->setSubject("ELECTION TO THE ACMA EXECUTIVE COMMITTEE 2025-2026 [{$member_id}]"); // $email->isHTML(true); $email->addTo($useremail, "Company"); ob_start(); include('../thankyou_emailer.php'); $email->addContent("text/html", ob_get_contents()); $sendgrid = new \SendGrid(constant('MAIL_PASSWORD')); $response = $sendgrid->send($email); ob_end_clean(); } ?>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 generate_pdf.php
FILE
Ren
[EDIT]
DEL
📄 verification.php
FILE
Ren
[EDIT]
DEL