Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dominik 711 posts 733 karma points
    Oct 07, 2011 @ 08:44
    dominik
    0

    Set sender name of all emails

    Hello,

    How can i set the sender name (not email address) of all emails?

    i have set

    <mailSettings>
          <smtp from="[email protected]">

    but this is only for the email address. How can i send the name of the sender. For example "Customer Support" ?

    Can someone please help?

    Thanks

  • dominik 711 posts 733 karma points
    Oct 11, 2011 @ 15:36
    dominik
    0

    any solutions?

  • David Verberckmoes 46 posts 77 karma points
    Nov 07, 2011 @ 14:51
    David Verberckmoes
    0

    Hi, 

    try this: 

    <smtp from="&quot;Your Name&quot; &lt;[email protected]&gt;">

    it is the xml-encoded version of: "Your Name" <[email protected]>

    Rgds,

    David

Please Sign in or register to post replies

Write your reply to:

Draft