Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Non-default server for MAPI application?

michael_green
Beginner
365 Views
Hi All,

I have been successfully using Jugoslav Dujic's excellent MAPI.f90 suite and a derivative of his MAPItest program. It all works very well with the our default SMTP server, but for security reasons I have been told that I need to send program generated e-mails via a different server. In VB, apparently, this is quite simple to set up - the code fragment I have been given looks like this:

Set msg = CreateObject("CDO.Message")
...
...
msg.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = varSMTPServer

but I cannot find how to do this in Fortran. Does anyone have any ideas?

With many thanks

Mike
0 Kudos
0 Replies
Reply