|
-
Oct 26th, 2004, 04:36 AM
#1
Thread Starter
Frenzied Member
JMail for .Net?
Maybe a stupid question: Is JMail applicable with asp.net? I can only find references with asp on www.dimac.net.
Please send an example with code, if you have one
-
Oct 26th, 2004, 11:05 PM
#2
PowerPoster
I don't know exactly what all JMail offers, but you can use the System.Web.Mail.MailMessage object to create a email. Use the System.Web.Mail.SMTPServer object to send it off.
-
Oct 27th, 2004, 02:42 AM
#3
Thread Starter
Frenzied Member
Great, and this doesn't require a special setup or installation on the web server?
I am running on a Windows Server 2003 with MS .NET Framework v1.1 SP1
-
Oct 27th, 2004, 07:07 AM
#4
I wonder how many charact
The web server's smtp service must be running for that web, and you may have to set up an account to use to send the email if you are not using a user's email address.
Additionally, and especially with windows 2003 server, if you are not using a known domain name, the server will block your mail from being sent to prevent malicious relaying. If your using an internal name then your ok, otherwise you have to tell the server to trust the domain name the email is sent from.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|