• Resolved shripal17

    (@shripal17)


    Hey! I have an independent domain.
    I’m just using wordpress as my website base.

    I have enabled Email to Uploader.
    But the email goes from wordpress@*mywebsite*.co.in
    I need to change the email id from which the email goes.

    How can i do that? Also please tell me how to clear the upload log? Where can i find the wp_wfu_log and wp_wfu_userdata i cant locate it in my wp-content/plugins/wp-file-upload

    https://wordpress.org/plugins/wp-file-upload/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi,

    You can change the email from by using the notifyheaders attribute like this:

    notifyheaders=”From: Yourname <youremail>”

    replace Yourname with your name and youremail with the email address you want to show up.

    In order to clean the upload log you need to do it by emptying the tables wp_wfu_log and wp_wfu_userdata. These are database tables. You need to enter in your website database. This cannot be done from the Dashboard, but from the control panel of your domain.

    I can send you a custom version of the plugin that empties the upload log from the Dashboard if you don’t know how to access your database.

    Nickolas

    Thread Starter shripal17

    (@shripal17)

    Email address change done successfully!
    Thank You!
    Yes please do send me a plugin which empties the upload log from the Dashboard

    Plugin Author nickboss

    (@nickboss)

    Hi,

    please check latest version 3.3.1, which contains a feature in plugin’s area in Dashboard / Settings / WordPress File Upload under “Maintenance Actions” to clean the log.

    Nickolas

    Thread Starter shripal17

    (@shripal17)

    Thanks a lot admin! The updates are real cool!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email Notification Sender adress change’ is closed to new replies.