• Resolved obi55

    (@obi55)


    Am i doing something wrong here.. I sent a test email (order update email) and noticed it displays “WordPress” as the sender, instead of my company name.. Is this how this plugin works?

    And also how does one add a button on the email context. Thats recipient can click on for actions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi obi,

    It isn’t how this plugin works, it’s how WordPress works. We make use of the default wp_mail function to send the automatic emails. If you want to be able to control the from name, address, etc., then you should look into using a plugin like WP Mail SMTP, which will allow you to send emails via an external server.

    If you’re talking about adding a link into the body of your email, then you can just use regular HTML link tags to do so. For example:

    <a href="http://google.com">Google</a>
    
    Thread Starter obi55

    (@obi55)

    Thanks for the response and tips!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sender Info’ is closed to new replies.