Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...GoDaddy & the SMTP bluesGoDaddy & the SMTP blues
Previous
 
Next
New Post
2/24/2007 8:27 PM
 

How do you log in as host? I have never been able to get that to work. I am also having outgoing mail problems. It posts to the website with no problem, but will not send feedback out to the admin account. It does not send out emails for lost passwords either. I am with Ipowerweb, and to get Nuke going, there is a plug in which installs one of the earlier versions 3.0 something. Upon running the portal initially it says to login as host type host for user name and host for password, but it doesn't work. From what I can see the only way to remedy the outgoing email problem is from the host settings. How do I log in as host??

-Ryback

 
New Post
2/13/2008 5:00 PM
 

Hey Michelle,

I'm having the same issues too.. I can't seem to change the Email address the verification for new users comes from. I've checked the Forum section, and the Host -> Host settings section and they're both the email I want sent from. Any other suggestions? I can get the SMPT to work no problem, I just can't get the email from my personal email to the desired email.

Thanks in advance,

Matt

 
New Post
2/13/2008 5:25 PM
 

*usually* you have a separate login named "host" that gives you superadmin privs. I don't believe GoDaddy offers this on standard hosted sites, but only when you have a dedicated box, but I could be wrong (and often am) so contact GD and just ask what your password for the Host account is.

~SB


Wells Doty Jr
Online Content Development
 
New Post
2/13/2008 11:32 PM
 
Let’s take this problem apart in plain English using Fed-Ex as an example. 
 
<Narrative explanation>
Jack works for Fed-Ex as a truck driver driving loads of boxes from all around Chicago, to the local Fed-Ex warehouse/hub where the boxes await delivery to their ultimate destination.
 
Jack’s work day ends at 6PM AFTER his friend bob goes home, who is the main security guard who normally lifts the gate when he see’s jack pull up.
 
Jack has a security card with a magnetic strip that he can use to open the gate for the fed-ex warehouse so he can drop off all the important boxes that his customers have expected him to.
 
The Fed-ex warehouse is not a person, and has no clue what he is dropping off or who it is for. The security card reader let jack in, so he can drop stuff off though, so, he drops the stuff off where he was previously instructed.
 
Viola…Jacks job is done. Now the fed-ex warehouse and all it’s employees go to work on all the boxes routing them throughout the world…like magic they all get to where they are going!
</Narrative explanation>
 
<Explained mid real world, mid nerd world>
Bob’s drunk by now FYI.
 
Jack is Fed-ex’s dull sense of protocol(SMTP). Jack cares nothing about where the boxes ultimate destination, rather just that he has to get them to the hub by 6PM.
 
Jacks security ID is just a piece of plastic with no brain at all, it just unlocks the door. It says “Jack can come in here and deliver mail to/from whoever he wants, jack works for us”
 
Jack’s FedEx HUB/Warehouse doesn’t care anything about who jack is, nor does it care about anything other than how much crap is in Jack’s truck. It just knows it has to get his truck empty and get the crap from the truck into the bin that leads to its ultimate destination.
</explained mid real world, mid nerd world>
 
 
 
<SuperGeek>
In our colorful story above, jack represented the SMTP protocol. His key card represented the credentials you supply in the host field in DNN. The warehouse is godaddy’s email server, and NONE of this is YOU.
 
Make sense?
SMTP doesn’t typically care who the mail is from, or who it’s too. That’s just a little piece of code on the package, not the key card right? You can change your “reply to” email address to whatever you want in outlook, it’ll still go right?
 
 
OK…OK.. still not clicking
Check this out.
SMTP server typically authenticates a few ways..
1)      Unrestricted Anyone can “relay” email, if anyone connects on port…umm…25? To the email server they can construct a message(try it for fun…open a cmd prompt(non vista) and type “ telnet mail.dnnreactor.com 25” you’ll find my mail server, and it’ll talk to you..just won’t(I hope) let you “relay” to anyone who it doesn’t know about.(IE if you try to send to a non-dnnreactor.com email address you’ll get shot down, cause you didn’t provide jacks key card!)
2)      IP Address (only certain IP’s can relay through the server)..this is the way relay.godaddy.com or whatever is working(probably)…NO CREDENTIALS needed. It’s reading the IP address of one of godaddy’s known server probably, hence it just works.
3)      UserID/Password This is the keycard method explained with jack… Again, it says nothing about the mail jacks carrying. Jack can send as whoever he wants (president@whitehouse.gov ) or whatever…it could care less.
4)      UserID/Password allowed only to send as himself…this is what you’re explaining in this thread, but I’ve never seen...and I don’t see how it could logically be implemented..well…I guess it could..but it’s kinda overkill..once your in the door, your in there, and logged as sending mail anyhow, but not “what” mail is being sent(hopefully).
 
 
The reason item 4 isn’t used I won’t go into much detail, but it’s illogical really. SMTP is just envelopes. The person who created the envelope is who puts the return address on it. There is some header info sometimes that shows some details about who you truly are, but that’s kinda more “9 digit zip code” info.
 
 
So…You say…well how do I tell DotNetNuke who I’m sending email as?
 
Well…Depends….what part of DNN?
 
Are you sending email as the site itself? Then go to the admin section.
Are you sending email as the host?..I would look on the host tab.
Are you sending email as the user of the site…then edit your profile(click your name when your logged in up by the login section, or wherever you have the [USER] control)
Are you sending email as a forums users? Remember DNN is modular. So….Each module can either take advantage of your email address in your DNN profile, or it can override it, or supply it’s own.
You could be sending mail as the form module itself also.
 
So…Think of it this way maybe…..The settings under the “host” tab, is like the fed-ex local branch office, like a mini-hub similar to the one jack used. Now the entire dotnetnuke application is allowed to send mail to itself obviously…So..modules send mail to the DNN framework, which sends mail to the smtp server configured on the host tab.(this may not be the exact way it works, but the details aren’t our concern. it’s the results)….
 
 
Anyhow I hope I didn’t confuse you more…but that��s a pretty good way to think of it…IMO..
</supergeek>
 
 
Have fun!
<NormalGeek: Josh />

Josh Martin

 
New Post
2/14/2008 4:37 AM
 

@Josh, interesting story ;)


Or-Rouge Team Or-Rouge
Personally recommend Hostgator for hosting single or multiple DotNetNuke Websites.
DotNetNuke Tips and Tutorials
Install DotNetNuke to Godaddy root
DotNetNuke Türkçe Hakkinda Hersey
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...GoDaddy & the SMTP bluesGoDaddy & the SMTP blues


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out