Hej,
Jag har gjort en sida som använder sig av Jmail komponenten för att skicka email med ASP.
Set jmail = Server.CreateObject("JMail.Message")
...
if not jmail.Send("MattiasNordin.net") then
Response.write "<pre>" & jmail.log & "</pre>"
else
Response.write "Message sent succesfully!"
end if
Response.Write("<li> " &jmail.ErrorMessage )
Response.Write("<li> " &jMail.Log)
end if %>
Jag får inte något felmeddelande men jag får inte heller fram mitt email. Servern är en 2003 server och jag har flera siter installerade på den. Flera av dem ska kunna skicka smtp.
Jag misstänker starkt att något är felkonfigurerat och att mina mail bara dumpas på grund av detta.
[FONT="Courier New"]2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 220+mail1.lir.se+Microsoft+ESMTP+MAIL+Service,+Version:+6.0.3790.3959+ready+at++Sat,+16+May+2009+18:35:24++0200+ 0 0 113 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionCommand SMTPSVC1 MATLAB - 25 EHLO - matlab.MattiasNordin.Net 0 0 4 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 250-mail1.lir.se+Hello+[193.58.238.244] 0 0 40 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionCommand SMTPSVC1 MATLAB - 25 MAIL - FROM:<No_reply@FilmSnutt.se>+SIZE=846 0 0 4 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 250+2.1.0+No_reply@FilmSnutt.se....Sender+OK 0 0 44 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionCommand SMTPSVC1 MATLAB - 25 RCPT - TO:<Mattias.nordin@flir.se> 0 0 4 0 16 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 250+2.1.5+Mattias.nordin@flir.se+ 0 0 33 0 469 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionCommand SMTPSVC1 MATLAB - 25 BDAT - 846+LAST 0 0 4 0 469 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 250+2.6.0++<MATLABlVwp9NspWjV0p00000011@matlab.MattiasNordin.Net>+Queued+mail+for+delivery 0 0 90 0 641 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionCommand SMTPSVC1 MATLAB - 25 QUIT - - 0 0 4 0 641 SMTP - - - -
2009-05-16 16:35:23 212.214.117.164 OutboundConnectionResponse SMTPSVC1 MATLAB - 25 - - 221+2.0.0+mail1.lir.se+Service+closing+transmission+channel 0 0 60 0 656 SMTP - - - -[/FONT]
Om jag förstår det rätt så betyder 221 = "<domain> Service closing transmission channel"