- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have been using IVF for a long time and I am very happy with it.
Now I have to send results of my program by e_mail to many people. So far I do it by writing a file, copying the addresses into the clipboard, and manually send them through OUTLOOK.
Is there a way to have the program do it automatically ?
Thanks
Jean-Marc
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is pretty straightforward to have your F90 program send out email. For this to happen, the computer needs to have an active sendmail account, for which your program will need the name and password, as well as the recipients' email addresses. I have attached a module, MAPI.f90, which shows how to send email. This module has been extracted from a much larger program and references other code and data objects not included, but this should nonetheless provide an easy template for adapation into your program. Since this forum no longer accepts .f90 files, the file has been renamed with a .txt extension.
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