Page 1 of 1
Sending mails with Microsoft Mail
Posted: Wed Dec 30, 2020 6:07 pm
by Marc Vanzegbroeck
Hi,
Is there a way to send emails with the standard Microsoft Mail program of windows 10?
Normaly I send it with Outlook without any problem. A new customer use the standard Mail program of Windows 10.
Re: Sending mails with Microsoft Mail
Posted: Wed Dec 30, 2020 8:48 pm
by Marc Vanzegbroeck
I think I have to use tmail again for this customer.
I have change my code to
Code: Select all
oOutlook := GetActiveObject( "Outlook.Application" )
for html-emails
Re: Sending mails with Microsoft Mail
Posted: Wed Dec 30, 2020 10:23 pm
by Marc Vanzegbroeck
Hi,
With tmail I get a message that I have to create an outlook-profile...
Re: Sending mails with Microsoft Mail
Posted: Thu Dec 31, 2020 10:28 am
by Marc Vanzegbroeck
I allways get the message
There is no email program associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default programs control pane
even I selected 'Mail' in the standand apps.
Re: Sending mails with Microsoft Mail
Posted: Thu Dec 31, 2020 2:15 pm
by Marc Vanzegbroeck
It seems thet there is only a problem if only the standard Windows 10 Mail is installed.
For testing, I installed Thunderbird, and that was working.