Title: [Plugin: Easy Contact] Code adjustment
Last modified: August 19, 2016

---

# [Plugin: Easy Contact] Code adjustment

 *  [kalasoft](https://wordpress.org/support/users/kalasoft/)
 * (@kalasoft)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-easy-contact-code-adjustment/)
 * When working this app I noticed the ‘To’ and ‘From’ information received in the
   email was backwards. Change this code string within the econtact.php file and
   it will reverse the ‘To’ and ‘From’ and make it more ‘normal’…
 * OLD CODE:
    `$from_name = apply_filters( 'wp_mail_from_name', 'WordPress' );` 
   REVISED CODE: `$from_name = apply_filters( "wp_mail_from_name", "$user" );`
 * [http://wordpress.org/extend/plugins/easy-contact/](http://wordpress.org/extend/plugins/easy-contact/)

The topic ‘[Plugin: Easy Contact] Code adjustment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-contact.svg)
 * [Easy Contact](https://wordpress.org/plugins/easy-contact/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-contact/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-contact/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-contact/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-contact/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-contact/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kalasoft](https://wordpress.org/support/users/kalasoft/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-easy-contact-code-adjustment/)
 * Status: not resolved