Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Egidius Bakker   on Aug 05 In Asp.net Category.

  
Question Answered By: Garry Sanchez   on Aug 05

It appears that your server requires either POP3 authentication before
sending an email or SMTP authentication during the sending process. I don't
see any authentication being done in your script. (SendEmail())

You need to login to the mail  server in this routine before you will be
allowed to generate emails outside your hosted domain.

I think this is done by simply specifying a username and password to use by
the call to the SMTP server but I cannot remember.

The other option would be to allow all mail from localhost but that opens up
a can or worms (or SPAM).

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on SMTP mail problem Or get search suggestion and latest updates.


Tagged: