powermix
Regular Member
- Aug 30, 2011
- 391
- 57
So I am planning to handle multiple email inboxes programmatically. These are free email inboxes.
I have been doing tests with these 5 providers: gmail, yahoo, aol, outlook and hotmail
With outlook and hotmail (same company), there is no login problem. You can login via SMTP & IMAP without an issue. From wherever you want.
With yahoo and aol (same company), you need to use an "App Password" to login via SMTP & IMAP. This is different from the normal "Email Password". From wherever you want.
But Gmail seems to have the most secure environment. You need to activate the IMAP access manually. And then the "Allow less secure apps" as well. And if you log in from another countries, chances are you will get a warning. The "Allow less secure apps" solution is ending on May 30th based on that: https://support.google.com/accounts/answer/6010255
Gmail will require "App Password" to log in via SMTP & IMAP.
Ideally, the best option would be to find a provider that sells email accounts with "App Password" already generated. Know one?
But if I am not able to find such...is there a way to generate an "App Password" programatically?
Will need to do everything programmatically, because I am planning to work with 1.000+ email accounts.
I have been doing tests with these 5 providers: gmail, yahoo, aol, outlook and hotmail
With outlook and hotmail (same company), there is no login problem. You can login via SMTP & IMAP without an issue. From wherever you want.
With yahoo and aol (same company), you need to use an "App Password" to login via SMTP & IMAP. This is different from the normal "Email Password". From wherever you want.
But Gmail seems to have the most secure environment. You need to activate the IMAP access manually. And then the "Allow less secure apps" as well. And if you log in from another countries, chances are you will get a warning. The "Allow less secure apps" solution is ending on May 30th based on that: https://support.google.com/accounts/answer/6010255
Gmail will require "App Password" to log in via SMTP & IMAP.
Ideally, the best option would be to find a provider that sells email accounts with "App Password" already generated. Know one?
But if I am not able to find such...is there a way to generate an "App Password" programatically?
Will need to do everything programmatically, because I am planning to work with 1.000+ email accounts.