SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: Guidance on emails sent to me.

  1. #1
    SitePoint Evangelist
    Join Date
    Jun 2010
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Guidance on emails sent to me.

    I'd like to automatically respond to emails with a specific subject. Generally, how's that done? Is there an email reader that I should use that will simplify this task?

  2. #2
    Hosting Advisor silver trophybronze trophy
    SitePoint Award Recipient cpradio's Avatar
    Join Date
    Jun 2002
    Location
    Ohio
    Posts
    2,806
    Mentioned
    44 Post(s)
    Tagged
    0 Thread(s)
    So are you wanting to do this in PHP or within your email client?

  3. #3
    SitePoint Evangelist
    Join Date
    Jun 2010
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In php. I've discoved the imap functions. They look like what I need. Thanks for your time cpradio.

  4. #4
    Hosting Advisor silver trophybronze trophy
    SitePoint Award Recipient cpradio's Avatar
    Join Date
    Jun 2002
    Location
    Ohio
    Posts
    2,806
    Mentioned
    44 Post(s)
    Tagged
    0 Thread(s)
    Not a problem, do you have any specific questions about IMAP? I used those functions about 5 years ago for a small support ticket project, but wouldn't mind trying to help you.

    One thing to keep in mind, since this is an email account you use and not an automated one, if you are using POP3 for your email connections, this setup is going to be 50/50 at best. You and the system need to both be using IMAP to ensure you don't remove a file from the server before it gets processed by your script.

  5. #5
    Foozle Reducer ServerStorm's Avatar
    Join Date
    Feb 2005
    Location
    Burlington, Canada
    Posts
    2,612
    Mentioned
    83 Post(s)
    Tagged
    1 Thread(s)
    Hi nichemtktg,

    Have you every looked at the SwiftMailer library This is the component library used in many of the frameworks. It has great documentation and is very stable and secure.

    Regards,
    Steve

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •