| Author |
Topic Search Topic Options
|
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 December 2003 at 11:48pm |
Hello. I've had problems with this.
I've tried the above solution and used the following smtp settings, but still don't work;
auth.smtp.oneandone.co.uk localhost 127.0.0.1 smtp.gearhost.com
I also tried with the JMail, ASPMail and ASPEMail (just in case), although I was positive this wouldn't work as I'm using a 2003 Windows Server with oneandone internet.
Can anyone help??
|
 |
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 December 2003 at 4:58am |
I've just spoken to my ISP (oneandone) and they advised that the e-mail component they use is AspEmail. They are running Windows 2003 Server, so I'm not sure if I use AspEmail or CDOSYS???
In my e-mail setup I currently have the following;
Email Component to Use: AspEmail Outgoing SMTP Mail Server: auth.smtp.oneandone.co.uk Your email address: andy@woodyweb.me.uk *
EMail Notify: On Send Post with E-mail notification: Off Email Activation of Membership: On Built in Email Client: Off
* Does this e-mail need to be with the same ISP that the SMTP entry is on?? (hope that makes sense!)
|
 |
Paul Lush
Mod Builder Group
Joined: 24 September 2003
Status: Offline
Points: 59
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 December 2003 at 8:18am |
Try this. I just found a bug in the CDOSYS mail sending functionality. If you happen to have a user name with a , in it, then CDOSYS fails as it uses , to seperate recipents.
In functions\functions_send_mail, lines 120 (approx) should read
'Who the e-mail is from .From = """" & strFromEmailName & """ <" & strFromEmailAddress & ">" 'Who the e-mail is sent to .To = """" & strRecipientName & """ <" & strRecipientEmailAddress & ">"
instead of
'Who the e-mail is from .From = strFromEmailName & " <" & strFromEmailAddress & ">" 'Who the e-mail is sent to .To = strRecipientName & " <" & strRecipientEmailAddress & ">"
|
 |
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 December 2003 at 10:58am |
Paul,
Done this last night and updated the mail component to AspMail and it works fine, but the e-mail never receives the user (ie. Me !!)
I would like to know where the mail is going to, but don't know if I need to speak to my ISP or you guys !
Is there a log I can look at for mail activity??
|
 |
Paul Lush
Mod Builder Group
Joined: 24 September 2003
Status: Offline
Points: 59
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 December 2003 at 11:04am |
The forums shouldnt email you if you reply to your own topic.
CDOSYS path for logs is C:\WINNT\system32\LogFiles\SMTPSVC1 (or where ever youve installed Windows into). Ive never used aspMail sorry :(
Try a bulk email of users, it should show you how many went out correctly. Also, setup the "from" address as your email account so that all bounced mail comes back to you. I think aspEmail might just dump the files locally and then process them in the back ground. check the folder you installed it into. failing that, download and run File Monitor from sysinternals.com and see whats its doing.
|
 |
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 December 2003 at 11:45am |
Paul,
It was the e-mail activation that doesn't get sent to me as I signed on as a normal user...
|
 |
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 December 2003 at 7:10am |
Hello. Me again! 
I've just spoken to oneandone internet (http://www.oneandone.co.uk) and spoke about the SMTP server and they have mentioned that I need to code the following mail server;
MRVNET.KUNDENSERVER.DE
He couldn't help me with regards to where I would code this for this forum, so would someone be able to help??  
|
 |
helpmeplease
Newbie
Joined: 15 December 2003
Location: United Kingdom
Status: Offline
Points: 18
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 December 2003 at 7:37am |
Hello All.
RESOLVED. YIPPEE.
All I needed to do was use the following as the SMTP mail server;
mrvnet.kundenserver.de
For other people that may have a problem, I'll leave this on here;
For oneandone users, smtp server needs to be mrvnet.kundenserver.de with the mail component as AspMail.
|
 |