Changeset 7123 for sites/trunk/wordpressfoundation.org/public_html/content/plugins/wpf-stripe/email.php
- Timestamp:
- 04/17/2018 10:45:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpressfoundation.org/public_html/content/plugins/wpf-stripe/email.php
r7121 r7123 31 31 $subject = merge_template_data( $template->post_title, $transaction_data ); 32 32 $message = merge_template_data( $template->post_content, $transaction_data ); 33 $headers = array( 'Reply-To: stripe-wpf@wordcamp.org' ); 33 34 34 35 if ( ! is_email( $to ) || empty( $subject ) || empty( $message ) ) { … … 39 40 //todo create multipart HTML/plaintext 40 41 41 $success = wp_mail( $to, $subject, $message );42 $success = wp_mail( $to, $subject, $message, $headers ); 42 43 43 44 if ( ! $success ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)