Copied to clipboard

Flag this post as spam?

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


  • David 20 posts 40 karma points
    Feb 03, 2010 @ 11:42
    David
    0

    Source code ultrasimplermailer

    Good morning

     

    I'm using umbraco v3 ultrasimplemailer and it ignores all the configuration that i put in the system.net mailsetting.

    Can anyone tell me where can i hardcoded put the mail settings to get this work please ?

     

    Thanks,

    David Araújo

  • Richard Soeteman 4046 posts 12899 karma points MVP 2x
    Feb 03, 2010 @ 12:24
    Richard Soeteman
    0

    Hi David,

    Umbraco V3 uses a custom appsetting  from your web.config file

    <add key="umbracoSmtpServer" value=" your smtp server here" />

    Cheers,

    Richard

  • David 20 posts 40 karma points
    Feb 03, 2010 @ 12:40
    David
    0

    Hello Richard,

     

    Thanks for your quick answer.

    My problem is how do i configure the user, port an password to use for example smtp.gmail.com ?

     

    Thanks,

    David Araújo

  • Richard Soeteman 4046 posts 12899 karma points MVP 2x
    Feb 03, 2010 @ 13:06
    Richard Soeteman
    0

    Aha,

    Yes that isn't possible according to this issue on codeplex. Sorry don't have that source

    Cheers,

    Richard

  • Seth Niemuth 275 posts 397 karma points
    Feb 03, 2010 @ 13:53
    Seth Niemuth
    0

    The source for ultrasimplemailer is in the source for umbraco:

    http://umbraco.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=16754#DownloadId=42411

    Just go to this folder:

    umbraco_3.0.6_Source/umbraco 3.0.6/components/editorControls/ultraSimpleMailer

    It has all the CS files. You should be able to change it at different points to use the normal umbraco mailer instead of their mailer helper (as notifications does work with the mail settings).

  • David 20 posts 40 karma points
    Feb 03, 2010 @ 15:40
    David
    0

    Thank you very much Seth Niemuth.

    If i chance the code how can i update my umbraco version ?

    I can chance the code but i don´t no how i can chance the umbraco instalacion with my updates.

    Thank you.

    David Araújo

  • Seth Niemuth 275 posts 397 karma points
    Feb 03, 2010 @ 15:55
    Seth Niemuth
    0

    You will have to recompile with your changes and then copy that DLL into your umbraco installation. I think the DLL that you will be wanting to copy after recompiling will be umbraco.editorControls.dll.

  • David 20 posts 40 karma points
    Feb 03, 2010 @ 16:38
    David
    0

    I'm still have a question.

     

    I open the projecto umbraco.sln with visual studio and i go to the umbraco.editor.controls and i can update the sources, but now i don´t know how i made a dll.

     

    Please i need once again a litle bit of help.

     

    Thanks

    David Araújo

  • Seth Niemuth 275 posts 397 karma points
    Feb 03, 2010 @ 17:08
    Seth Niemuth
    0

    All the compiling, is under the 'Build' menu in your Visual Studio. Which will create/overwrite the dll, with your updated code. Then, just copy that compiled/built dll to your installation.

Please Sign in or register to post replies

Write your reply to:

Draft