-
Disregard - it has been resolved.. I had the Mail Gateway listed as Enabled - so had that disabled. Then I enabled the email Put in my stmp server info Only enabled the SMTP server Login required info Put in my info and set the port to 25 and now it works! Thanks!
-
User Agent: Path: as HTTP Referrer: Message: SendMessage Failed To: XXX@XXXXXX.net System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay for XXX@XXXXX.net at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients...
-
So I have a new release, that includes the following: Will automatically subscribe new users to a list of forums (instead of just one) Can be used to send emails for creation of accounts that require administrator approval or for all account creation A new PokeSite task that can load a given URL on a...
-
Zack - thanks for the kind words. If I understand correctly, you want to get an email when an account is created - not when it is approved, is that correct? If so, I can revise my module to handle that. In fact, perhaps I should revamp the module to handle all sorts of account creation scenarios. Won't...
-
Marty, Thanks for sanity checking this. It turns out in cleaning it up for public release (I stripped some site-specific stuff out) that I switched the email addresses. As for the links - they worked fine in my email client, but I added an extra space after each URL which should hopefully eliminate the...
-
In case you didn't see the answer in the gmail replyto thread... I managed this by modifying CreatePost in emails.cs public static void CreatePost(Post post, string emailType, User userTo) { if ((emailType == "NewMessagePostedToForum" ) && (post.ParentID != post.PostID)) emailType...
-
Here's a couple modules for you, including the requested admin email notification module. While waiting to find out how to upload the zip to this site, I've made it available for download (see link in post below). Comments, questions, and suggestions are most appreciated.
-
Marty, I've developed a module that does this - was planning to post about it in this thread , but since you're looking for an answer now (and my post is a few days away as yet), I'll post it here - well, I'd like to post it here, but it seems like I can't attach anything to this...
-
Hey all, We'd like to be able to see everyone that has subscribed to a given forum (to receive email notificaitons when posts are made), get a count, and perhaps be able to export list of email addresses or send a mass email. Anyone have any thoughts about how I'd go about implementing this?...
-
All, I am trying to set up email in my local community server 2007 and the emails are not going through. I have set up the gmail 's smtp address, gave the username and password still does not work. I am not sure what the problem is. I checked the cs_eventlog table and this is what I find Message...