Copied to clipboard

Flag this post as spam?

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


  • syn-rg 282 posts 425 karma points
    Jun 08, 2012 @ 08:39
    syn-rg
    0

    How to set up smtp delivery?

    Currently I have forms being from my website with my gmail account address.

    What do I need to do so that the forms are sent from (e.g. [email protected])?

    Here's an example of my current settings in the web.config:

      <system.net>
    <mailSettings>
    <smtp deliveryMethod="Network">
    <network host="smtp.gmail.com" port="587" userName="[email protected]" password="XXXX" defaultCredentials="false" />
    </smtp>
    </mailSettings>
    </system.net>

     

    Cheers, JV

  • Craig Cronin 303 posts 502 karma points
    Jun 09, 2012 @ 00:55
    Craig Cronin
    0

    hi, have you tested this in a mail program such as outlook express first?  I thought using the normal gmail account settings that it would stop you renaming the sent email address.  I'm pretty sure that I tried something similar sometime ago and had the same problems.

    It might be different with the business version?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies