Copied to clipboard

Flag this post as spam?

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


  • Adam 14 posts 34 karma points
    Aug 26, 2010 @ 18:01
    Adam
    0

    Cultiv Contact Form

    I am new to Umbraco, using 4.5, MySQL and have installed the CultivContactForm package and it works well except the FROM address (stored as -contactEmail) is not what I wanted. The email users will enter in on the site must be the same as the mail account the smtp is connected to. Otherwise this error is received:

    System.Net.Mail.SmtpFailedRecipientException: Mailbox name not allowed. The server response was: 5.7.1 <[email protected]>: Sender address rejected: not logged in

    I thought I'd edit somewhere within the cultivContactForm.ascx file, perhaps here:

               <asp:TextBox runat="server" ID="_contactEmail" class="inputString"></asp:TextBox>
                <asp:Label ID="_emailLabel" class="formLabel" runat="server" Text="Label"></asp:Label>

    I want users to be able to submit their own email address, but can't seem to find anywhere I can edit in the package to make this happen.

    any ideas please? (thanks in advance)

    Adam

Please Sign in or register to post replies

Write your reply to:

Draft