Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Tracking email "bounces"

  • 28-04-2011 9:35am
    #1
    Registered Users, Registered Users 2 Posts: 1,657 ✭✭✭


    Hi folks

    I have an email newsletter going out (Wordpress, Tribulant's "Newsletter" plugin) but I need to be able to track bounces and delete them from the mailing list.

    The way it works is as follows: You set up a mailbox, then pipe all mails to that mailbox into a CGI script (perl) which runs the php page in wordpress that does the deleting.

    Unfortunately the hosting server doesn't allow email piping - something to do with the email server being different from the web server or something...

    Is there any way of getting the perl script to read the email directly or some other way around this?


Comments

  • Registered Users, Registered Users 2 Posts: 6,571 ✭✭✭daymobrew


    Maybe use the Net::POP3 module. I think that it is a standard module so you should already have it installed.

    Here is some sample code.


  • Registered Users, Registered Users 2 Posts: 1,657 ✭✭✭komodosp


    Great thanks, that's done the trick!


Advertisement