CFPOP from/reply question
i created cute little web mail system form animal rescues , works
fine, however...
when sending email client such outlook express or outlook,
'from / reply' email address name (<wally kolcz>) , email
address. when putting information database, <name>
from reply attribute.
anyway rid of , email address?
fine, however...
when sending email client such outlook express or outlook,
'from / reply' email address name (<wally kolcz>) , email
address. when putting information database, <name>
from reply attribute.
anyway rid of , email address?
parse field. if email address after name, can right angle bracket , store remainder:
<cfset theaddress = trim(mid(from,find("> ",from)+2, len(from)))>
play around start value of mid() function starting position correctly.
hth,
<cfset theaddress = trim(mid(from,find("> ",from)+2, len(from)))>
play around start value of mid() function starting position correctly.
hth,
More discussions in Advanced Techniques
adobe
Comments
Post a Comment