|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,963 Location: Honolulu, HI
|
Go into Admin->Host Settings and put this as your SMTP Server: relay-hosting.secureserver.netSave the host settings. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Member
Joined: 11/5/2007 Posts: 25 Location: Phoenix
|
You do NOT need to purchase any additional relay functionality from GoDaddy in order to make this work!
|
|
|
Rank: Member
Joined: 1/10/2008 Posts: 14
|
hi,
I have try with this settings, but when I register on my forum... I do not receive any email !
What can be the problem ?
Thanks
|
|
|
 Rank: YAF Forumling
Joined: 3/20/2008 Posts: 9 Location: VN
|
 hi, I have problem when my member post new topic, forum has error. I must edit database in yaf_topic and yaf_message, column Flags then forun run good ! Help me change anything to correct them !
|
|
|
 Rank: YAF Forumling
Joined: 6/21/2008 Posts: 2 Location: Blaine
|
This problem only occurs while using Firefox in WinXP. With IE, I can send emails to users, but not getting auto emails when watched topic gets a new post. I can also send emails to users with Firefox from my MAC, but no auto email on new post.
I used this SMTP server: relay-hosting.secureserver.net. I get this error.
System.Net.Mail.SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1) at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at yaf.pages.ForumPage.SendMailThread()
I have tried a different SMTP server and get the same error.
I am set up thru Go Daddy.
|
|
|
 Rank: YAF Forumling
Joined: 7/9/2008 Posts: 7
|
Hey, I've got the 1 Active members today How can I fix ?
|
|
|
 Rank: YAF Forumling
Joined: 8/14/2008 Posts: 1
|
My site is hosted on Go Daddy and I can't get the outgoing e-mail functions of YAF 1.9.1.7 to work properly. I've tried both smtpout.secureserver.net and relay-hosting.secureserver.net. Any ideas?
|
|
|
Rank: Member

Joined: 6/1/2008 Posts: 10 Location: Vietnam
|
Dear ... My site "1.9.1.8 (NET v2.0) - 3/29/2008", before today, I've sent email to users normally, but now, I can't send any email, when click "send", the screen show this below: Quote:Server Error in '/' Application.
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". ................. I've fixed the "web.config" like that, but it show 404 error code ??? Pls tell me why ... Help me, help me pls  Thanks and best regards!
|
|
|
 Rank: YAF Forumling
Joined: 8/24/2008 Posts: 3 Location: San Jose
|
Jaben wrote:Go into Admin->Host Settings and put this as your SMTP Server:
relay-hosting.secureserver.net
Save the host settings. I did this and it did help speed up the forum but still get an error System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: The remote name could not be resolved: 'relay-hosting.secureserver.netrelay-hosting.secureserver.net' at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at yaf.pages.ForumPage.SendMailThread() I am on version 1.9.1.7 Net(v2.0) my forum is www.stangbaysix.com/forumplease help... Thanks
|
|
|
 Rank: YAF Commander
Joined: 9/2/2008 Posts: 84 Location: Philippines
|
viewon01 wrote:hi,
I have try with this settings, but when I register on my forum... I do not receive any email !
What can be the problem ?
Thanks I have the exact same case. If I use the smpt server specified, no auto email are received on new registration and new posts... Any idea?
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
If your using the settings displayed in this post, there is no guarantee that setting is still available or set to open relay. You need to contact your e-mail provider (noramlly your hosting provider) and ask them what SMTP settings to use. Or Google for a free Open Relay SMTP service. .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
 Rank: YAF Commander
Joined: 9/2/2008 Posts: 84 Location: Philippines
|
I already got my SMTP setting from my hosting but if I use it, the forum becomes too slow specially when there are a lot of users logged in the system. If I use the SMTP settings in this post, the forum speeds up but the problem is the email are not being sent. Is there a way to speed up the forum and at the same time make the emails work?
Thanks in advance...
|
|
|
 Rank: YAF Forumling

Joined: 7/23/2008 Posts: 9 Location: Big Island, Hawaii
|
Strange email issues with my godaddy-hosted site as well....
(Note this is on YAF 1.9.3 RC2 - but I'm thinking it is more of a config/godaddy issue so posting here instead of the 1.9.3 area) (hosting is asp.net 2.0)
My mail.config file is as follows:
<smtp from="admin@mydomain.com" deliveryMethod="Network"> <network host="relay-hosting.secureserver.net" port="25" password="" userName="" /> </smtp>
Issue Number 1: When attempting to register a new user on yahoo email, the activation email never arrives (I've tried this with several yahoo email addresses). I am able to successfully register to other (non-yahoo) email addresses such as gmail and my work email.
Issue Number 2: When attempting to use the email link from a posting the following error is captured in the yaf_EventLog table:
System.Net.Mail.SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1) at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at YAF.Classes.Utils.SendMail.Send(MailAddress fromAddress, MailAddress toAddress, String subject, String bodyText, String bodyHtml) at YAF.Classes.Utils.SendMail.Send(MailAddress fromAddress, MailAddress toAddress, String subject, String bodyText) at YAF.Pages.im_email.Send_Click(Object sender, EventArgs e) in d:\hosting\3172706\html\pages\im_email.ascx.cs:line 86
I attempted modifying the mail.config settings to exclude port, username, password: <network host="relay-hosting.secureserver.net" /> But that did not seem to make any difference
Seems like this might be a godaddy issue but it's strange that I am able to generate an email for a new account registration to a non-yahoo email address.
Any Ideas?
|
|
|
 Rank: YAF Forumling

Joined: 7/23/2008 Posts: 9 Location: Big Island, Hawaii
|
Looks like the email issue is a Godaddy Problem.
Another one of my sites (non-YAF) is experiencing the same issue with web mail with the following error:
Email Failed. Error Sending Message: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1)
This has been working for almost a year on the other site using "relay-hosting.secureserver.net" with .NET 2.0
I have requested support from Godaddy on this and will post their response here when I get it.
|
|
|
Rank: Member

Joined: 3/16/2008 Posts: 29 Location: Las Vegas, NV USA
|
I have had the same problem. I have changed my web.config to this
<mailSettings> <smtp from="forumadmin@mydomain.com" deliveryMethod="Network" > <network host="smtpout.secureserver.net" password="from-emailpassword" userName="forumadmin@mydomain.com"/> </smtp> </mailSettings>
Dont know why the relay-hosting doesn't send from everywhere in the forum. i've tried about every combination and this is the only one that works well
i have gotten "Internal Server Error" a couple of times but the mail still went out
Please post back the godaddy response, if they have a proper setup
thanks..
|
|
|
| Users browsing this topic |
|
Guest
|