- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page