Not sure what you wanted to say here. What misspeled email address has to do with the validate function? : Hi, : I had something like this construct: dim MailProfile, string : dim MailAddress, string : dim MailSubject, string : dim Path, string : dim AttachmentName, string : dim MailText, string : concatex "No1", "@", "No1.de", MailAdress : MailSendWithAttachment MailProfile, "", MailAddress, MailSubject, : MailText, AttachmentName : concatex "No2", "@", "No2.com", MailAdress : MailSendWithAttachment MailProfile, "", MailAddress, MailSubject, : MailText, AttachmentName : Better Eyes than mine see, that there is a spelling error in the concatex : lines, there is a "d" missing in address. : Validate neverfound that, and our staff was wondering, why they were pelted : with emails... ;) : Sven Opitz
|