-1

I have been looking for an automatic tool for e-mail clients like Outlook, Gmail and iPhone. How could I create a file that I can send to a new user that will setup their e-mail client? Can I use a shell script or is there something already available? I found a link about OCT, but apparantly the microsoft download page is not showing. Yet, I still wonder about iPhone and Gmail.

In the worst case scenario - I'll build something to do such a thing. Where can I look?

MiningSam
  • 161
  • 1
  • 10
  • Autodiscover / Exchange ActiveSync much? You can already configure Outlook and iPhone by simply entering your email address and password. Gmail isn't an email client. What's your question? – BlueCompute Sep 23 '14 at 10:11
  • Gmail can import POP/SMTP accounts - so it is used as one. My question is how I can automate setup for e-mail users with a one-click solution. I have a hmailserver setup. – MiningSam Sep 23 '14 at 10:15
  • Autodiscover sounds like a good idea - I''ll look into that. – MiningSam Sep 23 '14 at 10:29

1 Answers1

0

For Outlook I suggest using a VB script, I don’t do any VBS but you could start reading here:

http://support.microsoft.com/kb/220595/en-gb

For g-mail are you just wanting to setup an IMAP account in Outlook as well?

Ben Lavender
  • 274
  • 1
  • 5
  • it is basically for who needs what - not everyone uses Outlook, so I want to offer an alternative. Thanks for the link, I'll check that one out. – MiningSam Sep 23 '14 at 09:39