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
    Aug 19, 2011 @ 11:30
    dominik
    0

    Set the Name for send emails

    Where can i set the sender of the umbraco emails?

    I am using thix web.config configuration:

          <smtp from="[email protected]">
            <network defaultCredentials="false" host="domain.com" password="" userName="" />
          </smtp>

    Now it is using "name" (in front of the domain) as name of the email.

    How can i set name of all send emails?
    Also where can i set for example the reply-to etc.?

    THanks

  • Rich Green 2246 posts 4008 karma points
    Aug 19, 2011 @ 11:33
    Rich Green
    0

    How are you sending the emails, Courier Contour or something else?

    I usually add a settings node to the Umbraco content section so the client can easily change the from and reply to emails.

    Rich

  • dominik 711 posts 733 karma points
    Aug 19, 2011 @ 11:35
    dominik
    0

    The mails are sent by contour not courier.

    where is the setting for the Sender name, reply-to, etc.?

    In IIS i can just set the email address of the sender

  • Rich Green 2246 posts 4008 karma points
    Aug 19, 2011 @ 11:39
    Rich Green
    0

    Sorry, my bad, I meant Contour.

    Contour should be using the standard emailing as notifications with the from address coming from the /config/umbracoSettings.config file (which you can open in a text editor).

    Just look for this line:

     

     <notifications>

          <!-- the email that should be used as from mail when umbraco sends a notification -->

          <email>[email protected]</email>

        </notifications>

     

    From here http://our.umbraco.org/forum/umbraco-pro/contour/6710-changing-the-reply-to-address

    Rich

     

  • dominik 711 posts 733 karma points
    Aug 19, 2011 @ 11:44
    dominik
    0

    so i can use here:

    <name>Max Mustermann</name> also?

    I want to set the sender name not the sender email address

     

  • dominik 711 posts 733 karma points
    Aug 25, 2011 @ 09:27
    dominik
    0

    Can someone please tell me where i can set the name of the send email?

    if i set <email>[email protected]</email>

    The senders name is "one-test" but i want to set a different name

    Thanks

  • dominik 711 posts 733 karma points
    Aug 31, 2011 @ 12:26
    dominik
    0

    Can somebody please tell me where i can set the sender name? thanks

  • Amigo 243 posts 568 karma points
    Oct 06, 2011 @ 10:20
    Amigo
    0

    Hey dominik, did you find out how to do it? i need the same.....

  • dominik 711 posts 733 karma points
    Oct 06, 2011 @ 11:33
    dominik
    0

    No no response. I am still waiting for a solution / answer

  • Adam Maidment 54 posts 163 karma points
    Jul 04, 2013 @ 17:52
    Adam Maidment
    0

    I'd be interested in a solution here too...

Please Sign in or register to post replies

Write your reply to:

Draft