Search Again:

Re: OG will not take Email name inServices->EmailInformation

From: Shawn Hogan
Date: Thursday, February 6, 2003
Time: 7:07:09 pm

Robert Canary wrote:

> Nope same thing.

Well this is what it's using to validate the email... (My ## comments added
just now).

-------
(Login Account::cEdit Aliases > 0 or Global_MainMenu::cCurrent Layout Name =
=3D
"New Account Entry")

## Must have access to Edit Emails under Edit Employees -> Overview, or you
## must be on the new account entry screen


and

(Logins With Same Name::Identification <> 1 or Logins With Same
Name::Customer ID =3D Email Customer::Customer ID)

## Cannot be the same as a used login, unless the login it's in use by is
## the same customer


and

(Global_Variables::pEmail Size Restrictions Imposed =3D "No" or (Length(Email
Name) >=3D Global_Variables::pLogin Minimum Length and Length(Email Name) <=3D
Global_Variables::pLogin Maximum Length))


## If you have the "Login/Password Restrictions Imposed On Emails" setting
## set to "Yes", it must conform to the length restrictions.


and

PatternCount(Email Name, "=B6") =3D 0

## Cannot have a carriage return in it (duh).


and

(Global_Variables::pEmails Must Contain Domain =3D "No" or PatternCount(Email
Name, "@") =3D 1)

## If you have it set to require a domain, the "@" character must be in the
email once.

-------

Beyond that, I'm not sure... I'm able to enter emails just fine when I test
it...

- Shawn

----------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page