Where did you decide to add the "To" email address? Directly in the content tree on the specific form or inside the dictionary item settings or using the appSettings in the web.config?
Also, are your smtp settings correct? have you been able to send email from code already?
I set the same in my web.config and in the mail form in content I set my email ([email protected] for example). I'm running plesk 11 hosting and now it doesn't send email. The smtp settings are correct and with an other hoster it was running like this?
Problem getting Mail send
I've installed the package, set up my form and when i send the mail it always gives back the following.
The Parameter address can't be an empty string. Parametername: address
Need fast help it's for a client project.
Thanks alot
Where did you decide to add the "To" email address? Directly in the content tree on the specific form or inside the dictionary item settings or using the appSettings in the web.config?
Also, are your smtp settings correct? have you been able to send email from code already?
Jon
I got the same problem.
I got the following in my web.config:
<mailSettings>
<smtp>
<network host="smtp.gmail.com" port="587" userName="xxx" password="xxx" defaultCredentials="false" />
</smtp>
</mailSettings>
I inserted all the needed info in the dictionary and pliableform fields
Hi,
I set the same in my web.config and in the mail form in content I set my email ([email protected] for example). I'm running plesk 11 hosting and now it doesn't send email. The smtp settings are correct and with an other hoster it was running like this?
<mailSettings>
<smtp>
<networkhost="smtp.domain.com"userName="xxx"password="xxx"defaultCredentials="false"/>
</smtp>
</mailSettings>
And under content -> Contact Form -> html view for the code:
<div umb_youremail="[email protected]" umb_subject="Email from iku.ch" umb_macroalias="RunwayContactForm" ismacro="true" onresizestart="return false;" umbversionid="94fc9de5-2004-45af-b20a-3a8615388495" umbpageid="1081" title="This is rendered content from macro" class="umbMacroHolder"><!-- startUmbMacro -->Your details
<p>Name</p>
<p>Email</p>
Message
<p>Message</p>
<p> </p>
<!-- endUmbMacro --></div>
Is thsi a Plesk issue?
is working on a reply...