Results 1 to 1 of 1

Thread: Notification Mail for Addons

  1. #1
    Thread Starter
    Expired Customer jmmauer83's Avatar
    Join Date
    Apr 2013
    Location
    Austria
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Notification Mail for Addons

    I would like vantage to send an email to the owner of the listing when the event occurs that any addon activeted for this listing is expired. With this email the owner should be able to click on a link to renew the addon for the listing. In fact, it should behave just the way as when a listing is expired. In this case by default vantage sends a mail, but not when an addon (feature on hompage for lets say 7 days) is expired.

    Can this functionality simply be activated somewhere in the theme setings or theme files, and if not:
    is there a recommended hook where I can fire a function which sends this mail. Something like
    PHP Code:
    add_action('after_addon_expired''my_function_send_mail');
    function 
    my_function_send_mail() {
       
    wp_mail$to$subject$message$headers$attachments );

    and in addition to the questions before:
    any best practise coding patterns recommended for archiving this in vantage ?

    Thank you very much for your support, the vantage app is awesome!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Mail is not sent by php function mail()
    By andreuerj in forum WordPress General Discussion
    Replies: 3
    Last Post: June 15th, 2014, 09:50 PM
  2. Featured Addons duration not working correctly
    By spiritlevel in forum Report Vantage Bugs (Legacy)
    Replies: 2
    Last Post: May 29th, 2013, 05:54 PM
  3. Dimitris Is There A Way To Edit/Add Featured Addons?
    By launch83 in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: November 23rd, 2012, 06:06 AM
  4. Job Expiry E-mail Notification
    By desoda in forum Report JobRoller Bugs
    Replies: 3
    Last Post: March 10th, 2011, 02:42 AM
  5. Adding a Job Notification E-mail
    By csuldo in forum Report JobRoller Bugs
    Replies: 3
    Last Post: February 13th, 2011, 08:57 AM