Hello
I am trying to use the EA component (EASendMailObjLib.Mail) from an MS-Access application (using VBA).
I've adapted the example from the doc to get a generic function to send e-mails (with the same interface I use for a function using CDO).
https://www.emailarchitect.net/easendmail/kb/vba_access.aspx?cat=0 I can see from the messages in the status bar, that the process is connecting to the server and sends some data ... but it does not go till the end, it stops some where along the way. For instance I got :
Sending 1024 / 1551or with an attached file :
Sending 61998 / 619967If I use the CDO function I was using before, it still works with the same parameter (server, user, password).
I don't understand what's going on !
Any help would be appreciated.
Edited by user
8 years ago
|
Reason: Not specified