• Resolved sideeq313

    (@sideeq313)


    Hi,
    I have a query, how to customize mail body template. in which section of dashboard have this configuration settings. please help me for resolving the same.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi Sideeq

    That is a generic email alert for website admins only hence a special section is not provided for it. However it is extendable & you can completely modify an email message using the Filter hook provided below:

    apply_filters('aol_email_notification', $message, $post_id);

    $message string EMail message to be sent.
    $post_id int Post id of the relevant ad.

    There is a more advanced hook available:
    apply_filters('aol_email', array('to' => $emails, 'subject' => $subject, 'message' => $message, 'headers' => $headers, 'attachments' => $attachments), $post_id, $post, $uploads);

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘administration email template customization’ is closed to new replies.