Hi all
We are trying to implement the usual email subscriber function. What we want to do is to have any emails that 'bounce' sent to an address. I know there is the failto attribute in cfmail, but the previous developer decided not to use that.
what we have at the moment is:
<cfmail from="bounced@mydomain.com"
subject="#ATTRIBUTES.subject#"
to="#maillist.Email#">
<cfmailparam name = "Reply-To" value = "#Attributes.sender#">
So all emails that are bounced are sent to the bounced@mydomain.com. this seems to be working fine as well. The problem is when we try to access this pop account with CF. It sits there for over five minutes trying to connect and then says "Logon failure: unknown user name or bad password" this is incorrect as we can connect to the pop account via outlook, using the same details!
Any one got any ideas on how to resolve this error?
Any one done anything like this before? I don't particually like this approach, something just doesn't seem to sit right with me, seems a little long winded!
TIA.
Tony
We are trying to implement the usual email subscriber function. What we want to do is to have any emails that 'bounce' sent to an address. I know there is the failto attribute in cfmail, but the previous developer decided not to use that.
what we have at the moment is:
<cfmail from="bounced@mydomain.com"
subject="#ATTRIBUTES.subject#"
to="#maillist.Email#">
<cfmailparam name = "Reply-To" value = "#Attributes.sender#">
So all emails that are bounced are sent to the bounced@mydomain.com. this seems to be working fine as well. The problem is when we try to access this pop account with CF. It sits there for over five minutes trying to connect and then says "Logon failure: unknown user name or bad password" this is incorrect as we can connect to the pop account via outlook, using the same details!
Any one got any ideas on how to resolve this error?
Any one done anything like this before? I don't particually like this approach, something just doesn't seem to sit right with me, seems a little long winded!
TIA.
Tony