Copied to clipboard

Flag this post as spam?

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


  • Toni Becker 146 posts 425 karma points
    Mar 23, 2011 @ 14:21
    Toni Becker
    0

    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

  • Jon Cuthbert 84 posts 173 karma points
    Mar 23, 2011 @ 22:22
    Jon Cuthbert
    0

    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

  • Joel 40 posts 62 karma points
    May 16, 2011 @ 12:07
    Joel
    0

    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

  • iku 41 posts 70 karma points
    Mar 01, 2013 @ 09:47
    iku
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft