May 24, 201015 yr Newbies I have successfully sent multiple emails using the 360Works Email plugin. The error I am getting now comes at the EmailSend function and returns an EmailLastError of "Invalid Addresses". I have one email address in the "to" field and 10 email addresses the BCC field. I have used every possible Email filter and validator I know (including the IsValidEmail function) to make sure the email addresses are valid. However no matter what I do, I am still getting the "Invalid Addresses" error and thus the email is failing to send. Any help would be appreciated. Thank you!
May 25, 201015 yr This error usually occurs when there are spaces or return characters which have been missed in the fields for entering your email addresses. Can you post or email me your log files? [email protected]
May 25, 201015 yr Author Newbies Hi David, I've been over the problem email address fields multiple times. Doesn't appear to be any extraneous characters there. I have attached the log file with the logs that appear to be for the problem mentioned. Thanks! Michael All_Messages.txt
May 25, 201015 yr It looks like your server is returning the error "SMTPAddressFailedException: 550 unrouteable address". This can be due to an improperly configured mail server, or an actual address issue, where the mail address is being rejected by the receiving server (either because it doesn't exist or is configured to reject mail to that address). I would recommend trying this address from a mail client, such as outlook or thunderbird, and connecting to the same SMTP server that you are connecting to in your script to see if this email will send properly. I suspect that it will fail with the same error.
May 25, 201015 yr Author Newbies I tried the address from my mail client and I got a similar error. I also tried it from a different SMTP server and got the same thing, so definitely appears to be an address issue. Also because I have successfully sent 150 emails by the same method it seems only those addresses are no good. Thanks David!
Create an account or sign in to comment