How Can I send email from ML with two different accounts?
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I have MS outlook installed. I'm trying to use 'sendolmail' function in ML. But I would like to figure out hot to use different account instead of the default one. I tried the following:
h = actxserver('outlook.Application');
mail = h.CreateItem('olMail');
get(h.Session)
but it returns only one account. I dunno how to tell ML to use another one.
Thanks for help
0 个评论
回答(1 个)
Image Analyst
2015-2-3
Instead of using ActiveX to talk to Outlook, why not use MATLAB'S sendmail()? I attach a demo.
9 个评论
Image Analyst
2015-3-23
Like I said, I don't. And Michael never returned here to say if he found the ActiveX method to specify which account to log in to. If you figure it out, maybe you will post your learnings here.
wei
2015-4-11
I can only specify which account is used to send mail by changing the default email account, cannot find anyway to choose directly from Matlab.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!