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:
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
is working on a reply...