Dll to send mails with Outlook Express (not M Outlook)

Franklin
Member Posts: 253
What Dll do you use to send mails with Outlook Express? Microsoft Outlook is not installed in the server.
You do not need great options, just send an email.
Thk!!
You do not need great options, just send an email.
Thk!!

0
Comments
-
Do you make it right, it works too!0
-
Yes, but this topic is very convoluted and i only want to know what dll do you use...
If you want close this topic :-k
Finally i get to send tne mail with microsoft outlook but the customer, now, wants without microsoft outlook :x i´m very angry!!!0 -
ok, then we use a very simple trick ;-)
1. we know from our old dos times, that in the command.com some programs can be started with the start command. ;-)
'cmd /c start mailto:My@EMAIL.de' <- starts the cmd with the command "start mailto:"
so, the solution is easyName DataType Subtype Length WSHShell Automation 'Windows Script Host Object Model'.WshShell Varia1 Variant Varia2 Variant Varia1 := 0; //Variant Variable Varia2 := TRUE; WSHShell.run('cmd /c start mailto:My@EMAIL.de',Varia1,Varia2); clear(WSHShell);
2. we know also, that the rundll32.exe is very powerfull
viewtopic.php?f=5&t=12861
so, we need only a list with all parameters of this dll. --> http://www.winfaq.de/faq_html/Content/t ... ip0564.htm
and with these infos, we can create a little NAV codesnippesName DataType Subtype Length WSHShell Automation 'Windows Script Host Object Model'.WshShell IF ISCLEAR(WSHShell) THEN CREATE(WSHShell); WSHShell.Run('rundll32.exe url.dll,FileProtocolHandler mailto:My@EMAIL.de'); clear(WSHShell);
Now we have two options to start a mail from NAV.
RegardsDo you make it right, it works too!0 -
thx garak... i´ll try it like this!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions