Can't send mail with Apple Mail with Outlook.com due to SMTP
up vote
0
down vote
favorite
To preface, I know for a fact that the password I am using is correct as per outlook.com's instructions and every tutorial I can get my hands on. It should be my password I use to enter the account, and IMAP is working beautifully. If it matters, I'm running Mavericks.
I get the following issue when I connect my outlook.com/live.com account with the Apple Mail app:
An error occurred while sending this message using the SMTP server “(null)”
It's the most vague error message I could get, next to:
"Trying to log in to this SMTP account failed. Verify that the username and password are correct."
The logs show this though:
WROTE Aug 30 14:45:10.421 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp-mail.outlook.com -- port:587 -- socket:0x6080008c9ca0 -- thread:0x608001467540
AUTH PLAIN (*** 64 bytes hidden ***)
My theory was a TLS issue, but it seems that it is using it according to the logs despite my inability to select it in the app.
macos email smtp apple-mail outlook.com
add a comment |
up vote
0
down vote
favorite
To preface, I know for a fact that the password I am using is correct as per outlook.com's instructions and every tutorial I can get my hands on. It should be my password I use to enter the account, and IMAP is working beautifully. If it matters, I'm running Mavericks.
I get the following issue when I connect my outlook.com/live.com account with the Apple Mail app:
An error occurred while sending this message using the SMTP server “(null)”
It's the most vague error message I could get, next to:
"Trying to log in to this SMTP account failed. Verify that the username and password are correct."
The logs show this though:
WROTE Aug 30 14:45:10.421 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp-mail.outlook.com -- port:587 -- socket:0x6080008c9ca0 -- thread:0x608001467540
AUTH PLAIN (*** 64 bytes hidden ***)
My theory was a TLS issue, but it seems that it is using it according to the logs despite my inability to select it in the app.
macos email smtp apple-mail outlook.com
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
To preface, I know for a fact that the password I am using is correct as per outlook.com's instructions and every tutorial I can get my hands on. It should be my password I use to enter the account, and IMAP is working beautifully. If it matters, I'm running Mavericks.
I get the following issue when I connect my outlook.com/live.com account with the Apple Mail app:
An error occurred while sending this message using the SMTP server “(null)”
It's the most vague error message I could get, next to:
"Trying to log in to this SMTP account failed. Verify that the username and password are correct."
The logs show this though:
WROTE Aug 30 14:45:10.421 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp-mail.outlook.com -- port:587 -- socket:0x6080008c9ca0 -- thread:0x608001467540
AUTH PLAIN (*** 64 bytes hidden ***)
My theory was a TLS issue, but it seems that it is using it according to the logs despite my inability to select it in the app.
macos email smtp apple-mail outlook.com
To preface, I know for a fact that the password I am using is correct as per outlook.com's instructions and every tutorial I can get my hands on. It should be my password I use to enter the account, and IMAP is working beautifully. If it matters, I'm running Mavericks.
I get the following issue when I connect my outlook.com/live.com account with the Apple Mail app:
An error occurred while sending this message using the SMTP server “(null)”
It's the most vague error message I could get, next to:
"Trying to log in to this SMTP account failed. Verify that the username and password are correct."
The logs show this though:
WROTE Aug 30 14:45:10.421 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp-mail.outlook.com -- port:587 -- socket:0x6080008c9ca0 -- thread:0x608001467540
AUTH PLAIN (*** 64 bytes hidden ***)
My theory was a TLS issue, but it seems that it is using it according to the logs despite my inability to select it in the app.
macos email smtp apple-mail outlook.com
macos email smtp apple-mail outlook.com
asked Aug 30 '14 at 22:02
doge
112
112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
These are the settings I use to achieve the same thing...
smtp.outlook.com, with SSL
port: 587
authentication: Password
user name: full email address
TLS cert: None
If by any chance, that's on a BT-hosted office 365 account, the host names are changing soon, to outlook.office365.com for pop3 & smtp.office365.com for smtp; the other data remains the same. I've seen some outages over the past month on the old URLs. I switched mine to the new ones recently & have had no issues since, but officially, the change-over won't be until next year.
[All irrelevant, of course, if you're not on BT]
Setup pics included showing new office 365 settings, for the older outlook.com, just change that section, rest is the same.
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
add a comment |
up vote
0
down vote
It is a bug in Mail; go to Mail, then preferences, then select the account you are having problems with; highlight the outgoing server that does NOT say "offline" then save this setting and try again; worked for me.
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
These are the settings I use to achieve the same thing...
smtp.outlook.com, with SSL
port: 587
authentication: Password
user name: full email address
TLS cert: None
If by any chance, that's on a BT-hosted office 365 account, the host names are changing soon, to outlook.office365.com for pop3 & smtp.office365.com for smtp; the other data remains the same. I've seen some outages over the past month on the old URLs. I switched mine to the new ones recently & have had no issues since, but officially, the change-over won't be until next year.
[All irrelevant, of course, if you're not on BT]
Setup pics included showing new office 365 settings, for the older outlook.com, just change that section, rest is the same.
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
add a comment |
up vote
0
down vote
These are the settings I use to achieve the same thing...
smtp.outlook.com, with SSL
port: 587
authentication: Password
user name: full email address
TLS cert: None
If by any chance, that's on a BT-hosted office 365 account, the host names are changing soon, to outlook.office365.com for pop3 & smtp.office365.com for smtp; the other data remains the same. I've seen some outages over the past month on the old URLs. I switched mine to the new ones recently & have had no issues since, but officially, the change-over won't be until next year.
[All irrelevant, of course, if you're not on BT]
Setup pics included showing new office 365 settings, for the older outlook.com, just change that section, rest is the same.
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
add a comment |
up vote
0
down vote
up vote
0
down vote
These are the settings I use to achieve the same thing...
smtp.outlook.com, with SSL
port: 587
authentication: Password
user name: full email address
TLS cert: None
If by any chance, that's on a BT-hosted office 365 account, the host names are changing soon, to outlook.office365.com for pop3 & smtp.office365.com for smtp; the other data remains the same. I've seen some outages over the past month on the old URLs. I switched mine to the new ones recently & have had no issues since, but officially, the change-over won't be until next year.
[All irrelevant, of course, if you're not on BT]
Setup pics included showing new office 365 settings, for the older outlook.com, just change that section, rest is the same.
These are the settings I use to achieve the same thing...
smtp.outlook.com, with SSL
port: 587
authentication: Password
user name: full email address
TLS cert: None
If by any chance, that's on a BT-hosted office 365 account, the host names are changing soon, to outlook.office365.com for pop3 & smtp.office365.com for smtp; the other data remains the same. I've seen some outages over the past month on the old URLs. I switched mine to the new ones recently & have had no issues since, but officially, the change-over won't be until next year.
[All irrelevant, of course, if you're not on BT]
Setup pics included showing new office 365 settings, for the older outlook.com, just change that section, rest is the same.
edited Aug 31 '14 at 11:47
answered Aug 31 '14 at 7:48
Tetsujin
15.2k53260
15.2k53260
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
add a comment |
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
Is that a comment, or a suggested set of settings?
– Journeyman Geek♦
Aug 31 '14 at 9:55
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
it's the settings I use on my machine to achieve the same thing. I'll fix up the reply a bit - was 1st coffee when I wrote it
– Tetsujin
Aug 31 '14 at 9:58
1
1
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Awesome. Formatting wise, a sanitised screenshot of the settings page would probably be clearer too
– Journeyman Geek♦
Aug 31 '14 at 11:24
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
Added. Hope it's still useful with that much info blurred out.
– Tetsujin
Aug 31 '14 at 11:48
add a comment |
up vote
0
down vote
It is a bug in Mail; go to Mail, then preferences, then select the account you are having problems with; highlight the outgoing server that does NOT say "offline" then save this setting and try again; worked for me.
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
add a comment |
up vote
0
down vote
It is a bug in Mail; go to Mail, then preferences, then select the account you are having problems with; highlight the outgoing server that does NOT say "offline" then save this setting and try again; worked for me.
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
add a comment |
up vote
0
down vote
up vote
0
down vote
It is a bug in Mail; go to Mail, then preferences, then select the account you are having problems with; highlight the outgoing server that does NOT say "offline" then save this setting and try again; worked for me.
It is a bug in Mail; go to Mail, then preferences, then select the account you are having problems with; highlight the outgoing server that does NOT say "offline" then save this setting and try again; worked for me.
answered Jan 30 '15 at 2:59
Tim
1
1
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
add a comment |
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
Can you clarify what setting to save? It sounds like your instructions don't change anything.
– fixer1234
Jan 30 '15 at 5:50
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f805236%2fcant-send-mail-with-apple-mail-with-outlook-com-due-to-smtp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown