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).
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.
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.
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.
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
Hi David,
Umbraco V3 uses a custom appsetting from your web.config file
<add key="umbracoSmtpServer" value=" your smtp server here" />
Cheers,
Richard
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
Aha,
Yes that isn't possible according to this issue on codeplex. Sorry don't have that source
Cheers,
Richard
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).
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
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.
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
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.
is working on a reply...