Hi
I need some help replying with CFMAIL tags. I have created code to send and recieve mail through CF tags. Now I want to set it up to Reply to messages that I have in my inbox. Now when I do this CFMAIL does not send the reply.
The reason for this is because in order to reply to the sender, I take the senders information 'HTMLCodeFormat(From)' and transfer it to the 'To' field in my reply form. The problem is that the Senders information in the message is in the format of "First Lastname" <name@emailadddress.com>
Now this format is put in the value of the 'To' field in my Reply to Message form, becuase I tell it that the value is... 'HTMLEditFormat(From)'. But... the problem is that CFMAIL, ColdFusion won't send this message because of the extra characters, what I need to do is JUST display the email address, not the name and the quotations.
Can someone please help me with this???
Thanks for any help,
Happy
I need some help replying with CFMAIL tags. I have created code to send and recieve mail through CF tags. Now I want to set it up to Reply to messages that I have in my inbox. Now when I do this CFMAIL does not send the reply.
The reason for this is because in order to reply to the sender, I take the senders information 'HTMLCodeFormat(From)' and transfer it to the 'To' field in my reply form. The problem is that the Senders information in the message is in the format of "First Lastname" <name@emailadddress.com>
Now this format is put in the value of the 'To' field in my Reply to Message form, becuase I tell it that the value is... 'HTMLEditFormat(From)'. But... the problem is that CFMAIL, ColdFusion won't send this message because of the extra characters, what I need to do is JUST display the email address, not the name and the quotations.
Can someone please help me with this???
Thanks for any help,
Happy