Author |
Topic  |
|
tinem
Junior Member
 
Denmark
209 Posts |
Posted - 05 February 2004 : 04:14:57
|
I think it would be nice if you could save the messages that you send to a member from the forum. Is this possible and then how?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
proeder
Junior Member
 
Australia
230 Posts |
Posted - 05 February 2004 : 05:14:41
|
In short words - yes at least I would not see any reason why not  You would need a table to store messages in, then you would go to pop_mail.asp and add some code for saving the message in that table while sending it. That seems quite easy, as the messages consist of three variabes - strMessage, strSender (?) and strSubject - something like that. That last thing would be make a site to view these messages, sth like pm_view.asp (out of the private messages mod).
Sounds like being not a big problem, though it is some work to get that working. Let me hear if yould try to, I would help as much as I can. |
Looking for german Snitz forum? Suchst Du ein deutsches Snitz Forum? Hier findest Du eins...
Hosting with ASP Support available: http://www.sharepointing.com |
 |
|
Webbo
Average Member
  
United Kingdom
982 Posts |
Posted - 05 February 2004 : 16:50:55
|
I'm sure there was a MOD for sending a copy of the email sent to yourself - try a search |
 |
|
tinem
Junior Member
 
Denmark
209 Posts |
Posted - 06 February 2004 : 03:57:57
|
Thanks to you both for your answers. I have been trying to seek after this but haven't found it so if anyone know about this please tell? I think it's a problem when you sent a mail from inside the forum because you are not sure if it's being sent - what are all of you doing to this problem?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
 |
|
proeder
Junior Member
 
Australia
230 Posts |
Posted - 16 February 2004 : 23:50:40
|
quote: Originally posted by tinem I think it's a problem when you sent a mail from inside the forum because you are not sure if it's being sent - what are all of you doing to this problem?
That is not a problem. When the mail's not send, there is an error message provided. If you do not get any error, at least your mailserver would have accepted the mail for delivery. If there is a problem with delivery the email would bounce back (depending on the configuration of your mailserver) to the sender, which is the mail alias that you defined in the forum config. |
Looking for german Snitz forum? Suchst Du ein deutsches Snitz Forum? Hier findest Du eins...
Hosting with ASP Support available: http://www.sharepointing.com |
 |
|
|
Topic  |
|