• Hi!
    With a help from my colleague, we finally fixed the email handling, so you can stylize the email sent to users as you wish. There’s forum posts out there, but they’re all closed, so I add it here.

    Go find the commonfn.php file and remove this line:
    $userEmailMsg = get_option('amu_useremailtext');

    Then add this one instead:
    $userEmailMsg = stripslashes(get_option('amu_useremailtext'));

    You’re good to go!
    Emin 🙂

    https://wordpress.org/plugins/add-multiple-users/

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello Emin,
    I followed your instructions, but it doesn’t work!
    Slashes appears and the email comes out unformatted.

    I’m using AMU version 2.0.0 with wp 3.9.

    Could you please help me?
    thanx
    Fede

    Thread Starter emminnn

    (@emminnn)

    Hi Fede,

    I just checked the code and file and even added a user for trial. It does work on mine.
    It might be so that server cache needs an update or something.
    I also use the same versions.
    Strange.

    Not being programmer (only a jack), sorry I can’t provide the feedback you need. But I’m sure it’ll work if you try to see some bug somewhere…

    Please let me know how it goes!
    Emin

    Hi Emin and thank you for your reply.
    I just tried to reinstall AMU and modify the commonfn.php file, sent a test email but slashes are still there 🙁
    I also installed W3 total cache and emptied all cached, but no luck.
    Tomorrow I’ll try to update the server cache, hope it will work!
    I’ll let you know
    thanx for your support
    Fede

    Thread Starter emminnn

    (@emminnn)

    Fede! No!

    It actually works! It’s only the test email that keeps working as before man. Try to add your (another) email address as a new user directly with csv. I promise it’ll work!

    The test email has another configuration.

    Sorry I didn’t understand this was the problem before…

    WTF!!! 🙂
    it works! Just added a new user as you suggested and everything works fine.
    Sorry, I did not specify I was sending the test email…
    Thank you again Emin! 😉

    Thread Starter emminnn

    (@emminnn)

    Glad worked out 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customize email with syles – Fixed!’ is closed to new replies.