onfire4JesusCollins
onfire4JesusCollins

Reputation: 219

configuring smtp settings

Hello i am trying to configure my smtp so that when users create an account, their username and password should be sent directly to their email address. I am stuch in this section in the web.config file. Server Name, Server port, From. Is the server name the name of the company server thats hosting my website? 2) Is the server port the port number of the company thats hosting my website? eg godaddy? 3)The From is the email address i created from my hosting account? I will appreciate help from u guys. Thank u

Upvotes: 0

Views: 251

Answers (1)

rcravens
rcravens

Reputation: 8390

Here is the configuration that I use to send email on my shared hosting account with godaddy.

http://blog.bobcravens.com/2009/08/send-email-programmatically-on-godaddy/

Hope this helps.

Bob

Upvotes: 1

Related Questions