Author |
|
hmuscroft Groupie
Joined: 29 December 2009 Location: United Kingdom
Online Status: Offline Posts: 72
|
Posted: 21 February 2017 at 11:40am | IP Logged
|
|
|
OK - so my app can send successfully from all manner of SMTP servers (Gmail / Yahoo / AOL / GMX / 1&1 / AOL etc.)
I'm having difficulty with HOTMAIL however... specifically the SMTP server that they recommend :-
smtp-mail.outlook.com
The error I'm getting is :-
MailBeeSmtpRefusedDataException
BDAT command has been rejected by the server.
The server responded: 550 5.3.4 554-554 5.2.0 STOREDRV.Deliver; delivery result banner.
I have tried all manner of different settings including different SslMode settings :-
SslStartupMode.UseStartTlsIfSupported
SslStartupMode.UseStartTls
SslStartupMode.OnConnect
...plus variations of different AuthenticationMethods and AuthenticationOptions but I can't seem to get past the above error when sending emails via HOTMAIL.
(I can receive HOTMAIL emails fine by the way - both via POP and IMAP.)
Do you have any suggestions as to how to get around this problem please?
Many thanks!
Hedley
|
Back to Top |
|
|
hmuscroft Groupie
Joined: 29 December 2009 Location: United Kingdom
Online Status: Offline Posts: 72
|
Posted: 21 February 2017 at 11:46am | IP Logged
|
|
|
OK - think I resolved it... I logged in the Hotmail account via a web browser and for some reason, it was asking me to "verify" the account.
Once I did that, the SMTP magically started working.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 21 February 2017 at 1:59pm | IP Logged
|
|
|
This is pretty common nowdays. Gmail also often requires you to log in web interface to enable IMAP/SMTP access.
Regards,
Alex
|
Back to Top |
|
|