hollyheadhunter Posted June 13, 2013 Posted June 13, 2013 When we reply to people whose email is in the format: LastName, Firstname<[email protected]> (has a comma), the function EmailLastError returns "Invalid Address". I guess we can strip it out, but why does that need to be invalid?
brian rich Posted June 20, 2013 Posted June 20, 2013 The comma is assumed to separate two email addresses so in the example you give, FirstName <MyEmailAddress @ aol.com> is seen as the second email address and LastName is seen as the first. When Lastname is tested to see if it is formatted like an email address, the error is generated. Try enclosing the name in quotes thus: "LastName, Firstname" <MyEMailAddress @ aol.com> The comma should be ignored as it is now within the quotes. Brian
Recommended Posts
This topic is 4185 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now