hello, somebody can help me? as I can obtain the mail when an alias exists?
<cfpop action="GETHEADERONLY" username="xxx" password="xxx" server="mail.netexplora.com" name="pop">
<cfoutput query="pop">
#pop.from# <br>
</cfoutput>
in the WEB:
msg1 FROM: jh@netex.com
msg2 FROM: user@net.org
msg3 FROM: Bill (email??? when exists alias)
msg4 FROM: Bill (email??? when exists alias)
thanks
<cfpop action="GETHEADERONLY" username="xxx" password="xxx" server="mail.netexplora.com" name="pop">
<cfoutput query="pop">
#pop.from# <br>
</cfoutput>
in the WEB:
msg1 FROM: jh@netex.com
msg2 FROM: user@net.org
msg3 FROM: Bill (email??? when exists alias)
msg4 FROM: Bill (email??? when exists alias)
thanks