Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Problems receiving PM Notification email
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 13 December 2002 :  15:53:15  Show Profile  Visit MarkJH's Homepage
I'm having problems with receiving the notification email for a new PM on certain email accounts such as Hotmail or Yahoo!. I actually made a post about this in the Mail Configuration forum here but I think that wasn't the place to post it because it is certainly related to the PM mod.

I made the fix to pop_mail.asp as suggested here by HuwR:

quote:
Ok, I am going to hazard a guess that some setting has changed on the mail server you use. You will most likely find that relaying has been disabled, therefore user to user email has stopped working because
the senders email address is being rejected by the server.

It is also slightly related to the mail component, as some will work whereas other won't.

Now, a suggested work around, I haven't tried this, so may not work.
in pop_mail.asp look for this code

strRecipients = Request.Form("Email")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")

change it to this

strRecipients = Request.Form("Email")
strFrom = strSender
strFromName = Request.Form("YEmail")

this should fool the mail server into thinking the forum has sent it.


Which worked a treat for receiving emails sent through the forums.

Now, is this same 'fix' possible for receiving PM Notifications? Am I right in thinking something would need to be altered in privatesend_info.asp?

TIA.

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/

Edited by - MarkJH on 13 December 2002 15:54:24

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 16 December 2002 :  17:24:24  Show Profile  Visit MarkJH's Homepage
Anybody?

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07