';
$body .= 'Hello,
';
$body .= 'You\'re Athena profile '. $profile->post_title .' will be expiring soon. If you need to make a change to your profile you should do so prior to it\'s expiration date of ' . athena_date_timezone($profile_time, $this->_settings) . '.';
$body .= '
Sincerely,
The Athena Team
';
$body .= '';
$body = str_replace('%ATHENACONTENT%', $body, $email);
wp_mail($this->_settings['notify_email'], $subject, $body, $headers);
add_filter('wp_mail_content_type', function(){return 'text/plain';});
}//end email_cron method
}//end Athena_Cron class
}//end class_exists conditional