Copied to clipboard

Flag this post as spam?

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


  • Mitali 13 posts 33 karma points
    Jan 07, 2011 @ 06:10
    Mitali
    0

    In runway Contact Form

    Hi Good morning,

      Where i should do setting for email sending i.e. To whom mail should send,that emailid, mail subject ,body etc.

    i have read this pdf  CWS_How_to_Use[1].pdf but i didn't get setting tab.So please help me out.

    Thank & Regards,

    Mitali

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 07, 2011 @ 08:09
    Jan Skovgaard
    0

    Hi Mitali

    When the contact form module is installed you simply just need to choose the "Runway contact form" macro and insert it into your rich text field. When you do that you're asked to define the subject (Subject of the e-mail you will receive when people submit the form) and your receiving e-mail address.

    Please be aware that you should most likely add SMTP information in the web.config file in this section.

        <mailSettings>
          <smtp>
            <network host="127.0.0.1" userName="username" password="password" />
          </smtp>
        </mailSettings>

    Depending on where your site is running you maybe just need to change the network host without entering credentials.

    Hope this makes sense.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft