Forums
This topic is locked
Sending e-mails via forum - Urgent please help
Posted 25 Apr 2004 23:07:37
1
has voted
25 Apr 2004 23:07:37 Winston Krauss posted:
I have a simple forum created and i would like to have when then forum is submitted for the server to send an e-mail to 1 specific adress with the url name of the forum. For instance, forum1 has a box for a name to submit. When the user clicks submit an e-mail will be sent to
with the url of forum1 in the body or as the subject or something. Any information you might have on this would be very very very helpful.Thanks
Replies
Replied 26 Apr 2004 14:28:38
26 Apr 2004 14:28:38 Vince Baker replied:
have a look at the smart asp mailer product that is available from this site.
You could use the free aspmailer (search for aspmailer on google) but you must have access to your server to install a couple of dlls. (Some isps already have the aspmailer required files installed, check with your host)
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
You could use the free aspmailer (search for aspmailer on google) but you must have access to your server to install a couple of dlls. (Some isps already have the aspmailer required files installed, check with your host)
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 29 Apr 2004 16:38:43
29 Apr 2004 16:38:43 Charles Beaudry replied:
If you have JMail installed, you could also just have a separate page with a JMail routine.
Once the user submits and is redirected to the resulting page, the JMail routine could be placed as an include within that page and would run automatically when the page is loaded.
You could use a server variable (referrer) to generate the url name of the forum within the body of the message.
Once the user submits and is redirected to the resulting page, the JMail routine could be placed as an include within that page and would run automatically when the page is loaded.
You could use a server variable (referrer) to generate the url name of the forum within the body of the message.