This topic is locked
[SOLVED]

 email problem

1/21/2016 5:50:07 PM
ASPRunner.NET General questions
A
Arkie author
  1. I run an email server locally. I can send/receive from the email server to accounts at gmail and outlook.com
    I'm working on an application that will send an email and I'm studying the classified's example email. I've set up the app such that the smtp account is that of my email server simply using port 25.
  2. From the classified app, I CAN send to my local server account.
  3. From the classified app, I CANNOT send to accounts at gmail or outlook.
    My email smtp server authenticates with them, but the remote servers return the error: "550 no such user". Obviously, the user is there because I can send to it if sent direct from the email server.
    Ideas? suggestions??
    TIA ~Joe

Sergey Kornilov admin 1/21/2016

Googling the error message I found this article:

http://www.inmotionhosting.com/support/email/bounceback-errors/fixing-no-such-user-here
Not sure if this helps, looks like some mail server setup issue.

A
Arkie author 2/29/2016



Googling the error message I found this article:

http://www.inmotionhosting.com/support/email/bounceback-errors/fixing-no-such-user-here
Not sure if this helps, looks like some mail server setup issue.


Yes.... it was a setting in the email server. thanks