I am using SMTP server to send email from vb program, but I get error "550 Relaying is not allowed."
how do I need to do to make it "allowed"?
thanks
Printable View
I am using SMTP server to send email from vb program, but I get error "550 Relaying is not allowed."
how do I need to do to make it "allowed"?
thanks
If you are using Virtual SMTP server that comes with Win XP then go to COntrol Panel-Administrative tools- IIS.
Right click on Default SMTP virtual Server and select properties. GO to the Access tab and click Relay. make your changes there.
If you are using external SMTP server then you have to fix relaying there
I was trying the same but got error . I've seen a lot of app that have the ability to send email from desktop . My question how can I mimic those apps ?? do they use IIS dlls or what ? :rolleyes: