Jump to content

Error persists in sending messages to group members


Recommended Posts

Just thought I'd keep this topic open.

 

I still get the following message when trying to send a global message to group officers. Does anyone else have this problem?

 

500 - Server Error

We're sorry, your request has resulted in an error.

 

If you feel that the page you are looking for should be available, please let us know. Otherwise, you may continue to use the site through its navigation, or browse the links below:

Link to comment

Just received this error message when attempting to send a message to regular officers.

 

Server Error in '/' Application.

A valid sender email address either needs to be passed in or supplied in configuration using the emailNoReply config setting.

Parameter name: senderEmailAddress

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

 

Exception Details: System.ArgumentNullException: A valid sender email address either needs to be passed in or supplied in configuration using the emailNoReply config setting.

Parameter name: senderEmailAddress

 

Source Error:

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

 

Stack Trace:

 

[ArgumentNullException: A valid sender email address either needs to be passed in or supplied in configuration using the emailNoReply config setting.

Parameter name: senderEmailAddress]

Tucson.Common.Messaging.MessageCenter.AssignFrom(String from, String displayName, MailMessage msg) +291

Tucson.Common.Messaging.MessageCenter.SendServerEmail(List`1 to, String subject, String body, String from, String replyTo, EmailFormat emailFormat, String ipAddress, String displayName, Encoding encoding, List`1 embeddedPictures, String toName, List`1 bccAddress, String UserName, Nullable`1 UserID) +155

Tucson.Common.Messaging.MessageCenter.SendServerEmail(String to, String subject, String body, String from, String replyTo, EmailFormat emailFormat, String ipAddress, String displayName, Encoding encoding, List`1 embeddedPictures, String toName, List`1 bccAddress, String UserName, Nullable`1 UserID) +112

Groundspeak.Web.Messaging.MessageCenter.SendEmailToGroup(Group myGroup, Member myFromMember, String Message, String Subject, String IPAddress, Boolean IsOfficers, Boolean IsMembers, Boolean IsShowEmail, Boolean IsCopySelf) +863

WM.UI.GroupEmail.btnSend_Click(Object sender, EventArgs e) +1245

System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118

System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10

System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13

System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563

 

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Link to comment

Well, that says it all, doesn't it? ;-)

 

As the real email address is never used by the system for these emails a generic noReply sender address has to be fetched from a config file. This information is there, because it works in other groups. So my first guess would be a permission issue. Does the system work with AD groups in the background?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...