how to ping google mail to make it check mail faster

step 1 set a php mailer 

<?php
	$to      = 'your@email.com';
	$subject = 'Gmail Reminder';
	$message = 'Just a reminder to Gmail to fetch my gmail';
	$headers = 'From: bot@yourdomain.com' . "\r\n" .
				'X-Mailer: PHP/' . phpversion();
	mail($to, $subject, $message, $headers);
?>

then set a cron job to keep sending it.
remember the path name is the full E:\ vhost name.

set filter in google to delete the ping emails.
  • 15 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

Error: Some fields are empty or contain an improper value. ('home' = '')

using eps.com.sg as exampleback up: after step 1 in bin folder, type mysqldump -P8306...