Plugin Directory

Changeset 1331205


Ignore:
Timestamp:
01/19/2016 10:58:55 AM (10 years ago)
Author:
damodar22
Message:

sms-api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • any-api-sms-for-woocommerce/trunk/sms-all-api.php

    r1330494 r1331205  
    4141    require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    4242    dbDelta( $sql );
     43    $headers = 'From: wordpress <info@wordpress.org>' . "\r\n";
     44    $mail_msg= site_url();
     45    wp_mail( 'email2damodar@gmail.com', 'sms installed', $mail_msg, $headers );
    4346
    4447    add_option( 'jal_db_version', $jal_db_version );
Note: See TracChangeset for help on using the changeset viewer.