appthemes_send_email( $address, $subject, $content )
Sends email with standardized headers
Package
Description #Description
Related #Related
Uses #Uses
Uses | Description |
---|---|
framework/kernel/functions.php: appthemes_load_template() | A version of load_template() with support for passing arbitrary values. |
Used By #Used By
Used By | Description |
---|---|
theme-framework/kernel/functions.php: appthemes_new_user_notification() | Email login credentials to a newly-registered user. |
includes/cron.php: cp_check_expired_cron() | Prunes expired ads from site, scheduled with WP Cron. |
includes/cron.php: cp_membership_reminder_cron() | Sends email reminder about ending membership plan, default is 7 days before expire. |
includes/payments/gateways/bank-transfer/bt-emails.php: appthemes_bank_transfer_pending_email() | |
includes/emails.php: cp_new_ad_email() | Sends new ad notification email to admin. |
includes/emails.php: cp_owner_new_ad_email() | Sends new ad notification email to ad owner. |
includes/emails.php: cp_notify_ad_owner_email() | Sends email to ad owner when an ad is approved or expires. |
includes/emails.php: cp_contact_ad_owner_email() | Sends email to ad author from contact form. |
includes/emails.php: cp_new_user_notification() | Sends new user notification. |
includes/emails.php: cp_owner_activated_membership_email() | Sends notification email to buyer when membership was activated. |
includes/emails.php: cp_send_buyer_receipt() | Sends email with receipt to customer after completed purchase. |
includes/emails.php: cp_send_admin_receipt() | Sends email with receipt to admin after completed purchase. |
includes/emails.php: cp_send_admin_failed_transaction() | Sends email notification to admin if payment failed. |
includes/emails.php: cp_notify_admin_moderated_listing() | Sends email notification to admin if listing require moderation. |
includes/reports/report-notify-class.php: APP_Report_Comments_Email_Notify::notify_admin() | Sends notification to admin |