Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 515319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:36:57+00:00 2026-05-13T07:36:57+00:00

how to be notified when i receive any email to a specific email address

  • 0

how to be notified when i receive any email to a specific email address on my web server
for example if i have an email on my server “replay@xx.com” when i have any email i want to fire a script is that possible with PHP ?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T07:36:57+00:00Added an answer on May 13, 2026 at 7:36 am

    Using cronjobes you will read periodically your mail with IMAP/POP3 whatever they call it. I wrote a similar app. I’ll write part of it here within minutes.
    Edit: Here it is. http://php.net/manual/en/function.imap-headerinfo.php

    $m_mail = imap_open ("{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX", $m_username . "@gmail.com", $m_password)
    
    // or throw a freakin error............you pig
    or die("ERROR: " . imap_last_error());
    
    // unix time gone by or is it bye.....its certanly not bi.......or is it? ......I dunno fooker
    $m_gunixtp = array(2592000, 1209600, 604800, 259200, 86400, 21600, 3600, 5500);
    
    // Date to start search
    $m_gdmy = date("F j, Y, g:i a", "200901022");
    
    echo $m_gdmy;
    
    //search mailbox for unread messages since $m_t date
    $m_search=imap_search ($m_mail, 'UNSEEN');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to have some code be notified of any incoming and outgoing voice
I have implemented my Server application regarding this post here: http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c8781#Client1 Sum up: I
I want to receive notifications on fail of cron job on external server. I
So, I have an application that I want to be notified of hotplug events
Is there any way to get notified when a new email is received in
How do I have a UITableView be notified that the data it is using
Possible Duplicate: How to get notified of UITableViewCell move start and end I have
is there any way to be notified when a person calls or I call
I have a TCP server running on a machine. (implemented in Java). I need
I have an existing app written in PHP (using Kohana framework) and I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.