[Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

Bill-Lancaster bill-lancaster at ...2231...
Mon Jul 13 19:05:35 CEST 2009


Dear Benoît 

here is the code:

PUBLIC SUB Button4_Click()
    DIM hMsg AS NEW SmtpClient

    hMsg.To.Add("angi at ...2232...")
    hMsg.Subject = "Garethn"
    hMsg.Add("Angi, had Garry sent paper work to us?")
    hMsg.From = "bill-lancaster at ...2231..."
    hMsg.Host = "smtp.tiscali.co.uk"
    hMsg.Port = 25  '465
    hMsg.Alternative = FALSE

    hMsg.Send()
CATCH 
  Message.Error(Error.Text)
END

I don't know what kind of server it is (as you can see its tiscali.co.uk)

Here is the full error report:

Reporting-MTA: dns; mk-filter-2-a-1.mail.uk.tiscali.com

Final-Recipient: rfc822;angi at ...2233...
Action: failed
Status: 5.0.0 (permanent failure)
Remote-MTA: dns; [193.22.244.114]
Diagnostic-Code: smtp; 5.1.0 - Unknown address error 550-'Message SHOULD
have Date: but does not' (delivery attempts: 1)

Regards

Bill Lancaster
-- 
View this message in context: http://www.nabble.com/SmtpClient%3A--error-550-%27Message-SHOULD-have-Date%3A-but-does-not%27-tp24406610p24465558.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list