Hi, I'm getting the following log error saying the mailFrom property isnt filled. Below it is the macro I'm inserting into my template which has the mailFrom property...Any ideas? My smtp settings are fine and working with other forms.
Error creating or sending contact mail, check if there is a mailFrom
property on your document and that it has a value, or specify a MailFrom
parameter on the macro call exception:
Log error saying that MailFrom isnt filled
Hi, I'm getting the following log error saying the mailFrom property isnt filled. Below it is the macro I'm inserting into my template which has the mailFrom property...Any ideas? My smtp settings are fine and working with other forms.
Error creating or sending contact mail, check if there is a mailFrom property on your document and that it has a value, or specify a MailFrom parameter on the macro call exception:
<umbraco:Macro FileLocation="~/macroScripts/CultivContactForm.cshtml"
MailFrom="[email protected]" runat="server" />
Thanks!
Amir
The SMTP server credentials are probably wrong or your mail server settings are configured incorrectly, check this topic for more problem solving: http://our.umbraco.org/projects/website-utilities/cultiv-razor-contact-form/cultiv-razor-contact-form-support-questions/26162-Cultiv-Razor-Contact-form-won't-send-email,-or-show-error
Hi Sebastiaan, I hadn't set "EnableSsl="true"" which is required because I'm using gmail, working great now.
Thanks!
Amir
is working on a reply...