[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
File Size: | 228 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_PHPMailer:: (2 methods):
bp_email()
get_hostname()
Class: BP_PHPMailer - X-Ref
Email delivery implementation using PHPMailer.bp_email( BP_Email $email ) X-Ref |
Send email(s). param: BP_Email $email Email to send. since: 2.5.0 return: bool|WP_Error Returns true if email send, else a descriptive WP_Error. |
get_hostname() X-Ref |
Get an appropriate hostname for the email. Varies depending on site configuration. since: 2.5.0 return: string |
Generated: Sun Dec 22 01:00:54 2024 | Cross-referenced by PHPXref 0.7.1 |