0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 13.59.5.179


Current Path : /proc/thread-self/root/var/www/html/pgadm2020/
Upload File :
Current File : //proc/thread-self/root/var/www/html/pgadm2020/gmail_test.php

<?php

//include("database.php");
//require_once("cManualMailer.php");
//error_reporting(E_ALL);

include("api_sendmail.php");
send_mail();
// $message = "<html>";
// $message .= "<body>";
// $message .= "<style>";
// $message .= ".mail_tbl td{text-align:left; padding:2px; font-size:16px; font-family: Times, Arial, Helvetica, sans-serif;}";
// $message .= "</style>";
// // Kindly inform your students to watch live streaming of Nobel Lecture Series
// $message .= "
// Dear Sir / Madam, <br><br> 

// Greetings from Raichur University, Raichur<br><br>

// College portal is enabled for UG Admissions from 14/02/2022 to 16/02/2022 till 6:00 P.M for any additions / corrections. After the last date no further additions / corrections will be allowed. Requesting all Principals to complete the entries before the above given last date.<br><br>

// Call Help Desk in case of any technical issues.<br><br>

// Thank You,

// <br><br>
// Regards
// <br>
// E-Governance Team
// <br>Raichur University<br><br>";
// $message .= "</br>";
// $message .= "</body>";
// $message .= "</html>";
// $subject = "RU : Regarding UG Admission entry";

// echo $message . "<br/>";

// $query = "SELECT femail FROM college WHERE IFNULL(femail,'')<>'' and ifnull(fdeleted,'') <> 'T'";
// $result = mysqli_query($conn, $query);
// $i=1;
// while ($row1 = mysqli_fetch_assoc($result)) {
// 	$emailid = $row1['femail'];
// 	$resp = sendGridMail($emailid,$subject,$message);
// 	echo $emailid . "<br/>";
// 	echo $resp . "<br/>";
// 	$i++;
// }

// $emailid = "mohanlyrix@yahoo.com";
// $cc = "";

// $resp = sendGridMail($emailid, $subject, $message);

// $emailid = "mohan.s@logisys.org";
// $cc = "";
// $resp = sendGridMail($emailid, $subject, $message);

// $emailid = "yadu.g@logisys.org";
// $cc = "";
// $resp = sendGridMail($emailid, $subject, $message);

// $emailid = "av.arunkumar.93@gmail.com";
// $cc = "";
// $resp = sendGridMail($emailid, $subject, $message);

// $emailid = "arun.v@logisys.org";
// $cc = "";
// $resp = sendGridMail($emailid, $subject, $message);