Search found 4 matches
- Mon Feb 09, 2004 4:22 pm
- Forum: Third Party Applications
- Topic: sending mail on windows server 2003 using jmail component
- Replies: 10
- Views: 16202
Cdonts
Got CDONTS workng and it only sends to non local email accounts. I have read through the forums and have found a few places saying to use ME's own component but I was wondering is there anyway to use cdonts to send to all emails? as I have setup windows own smtp on port 29 and ME on port 25 and work...
- Sun Feb 08, 2004 4:23 pm
- Forum: Third Party Applications
- Topic: sending mail on windows server 2003 using jmail component
- Replies: 10
- Views: 16202
Jmail
Got it working at last. Downloaded jmail component http://www.dimac.net/FreeDownloads/dlstart.asp?ProductID=5 then went to http://www.juicystudio.com/tutorial/asp/jmail.asp and followed there example works great. Just thought I'd put this here maybe to help people who are not great at this tech stuf...
- Sat Jan 31, 2004 12:58 pm
- Forum: Third Party Applications
- Topic: sending mail on windows server 2003 using jmail component
- Replies: 10
- Views: 16202
Error
Here is what I use to send email set msg = Server.CreateOBject( "JMail.Message" ) : msg.Logging = true : msg.silent = true : msg.From = "me@mydomain.com" : msg.FromName = "Mr Me" Msg.MailServerUserName = "mail.mydomain.com" : msg.AddRecipient "him@hisdomain.com" : msg.Subject = "Query Sent to Him" m...
- Fri Jan 30, 2004 10:30 am
- Forum: Third Party Applications
- Topic: sending mail on windows server 2003 using jmail component
- Replies: 10
- Views: 16202
Jmail
I am in the process of installing cdonts on server 2003 but I do have another question on jmail component. Is there a certain help topic I should look ast as I have installed MEpro as fall as I can tell by the manual and every thing works except when I try and send message via jmail it wont send :cr...