I am distributing an Accesss Application which requires that, at a certain point, users e-mail back to me certain details in a file "Mail Permissions.xls". The code is:-
[DoCmd.SendObject acSendReport, "Mail Permissions", acFormatXLS, "instantprofile@comptonit.com", , , "Free Client"]
The problem is that this generates a message via Microsoft Outlook and, for those with other ISPs, requires setting up a new Microsoft Mail Account. Many users employ software engineers to set up their systems and even for those who "roll their own" it would be an unnecessary nuisance. They need to send through their existing e-mail account without hassle.
Why don't I just ask them to send me an e-mail? Well, if the procedure is written into the program they can't move to the next stage until that e-mail has been sent - which is what I am aiming for.
Maybe I am trying to do the impossible in which case I would like to know so that I can try another way of skinning the cat. But if anyone has any ideas it will be a great help.
Thanks
[DoCmd.SendObject acSendReport, "Mail Permissions", acFormatXLS, "instantprofile@comptonit.com", , , "Free Client"]
The problem is that this generates a message via Microsoft Outlook and, for those with other ISPs, requires setting up a new Microsoft Mail Account. Many users employ software engineers to set up their systems and even for those who "roll their own" it would be an unnecessary nuisance. They need to send through their existing e-mail account without hassle.
Why don't I just ask them to send me an e-mail? Well, if the procedure is written into the program they can't move to the next stage until that e-mail has been sent - which is what I am aiming for.
Maybe I am trying to do the impossible in which case I would like to know so that I can try another way of skinning the cat. But if anyone has any ideas it will be a great help.
Thanks