Yes, inavalid login could be a problem, however it usually returns Mail Login failure. In your case, I think your email client either does not allow sending email programmatically because of the "High" security settings in the Outlook options or your email server does not like the recipients address. Try lowering the security settings or using SMTP email protocol in 24x7 instead of MAPI. In the last case 24x7 will not use your email client to send emails. : Hi, : I'm trying to run this code : MailSend( "Outlook", "", "myemailaddress", : "subject", "my text" ) : and it returns : Sending Mail Failed: Mail return failure! : Do I need a password for using Outlook (Exchange)? : Thanks, : Con.
|