Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery

Quote Reply
Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery In reply to
It's actually an easy fix. All you need to change is:
Code:
$head->get('Envelope-To')
to:
Code:
$head->split_field('Envelope-To')

Adrian
Subject Author Views Date
Thread Exim4.X -- GMail -- Multiple Recepients Delivery anup123 4943 Apr 4, 2004, 9:35 PM
Post Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery
anup123 4793 Apr 5, 2004, 5:40 AM
Post Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery
anup123 4797 Apr 5, 2004, 4:07 PM
Thread Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery
brewt 4786 Apr 5, 2004, 5:23 PM
Thread Re: [brewt] Exim4.X -- GMail -- Multiple Recepients Delivery
anup123 4784 Apr 5, 2004, 6:36 PM
Post Re: [anup123] Exim4.X -- GMail -- Multiple Recepients Delivery
brewt 4779 Apr 6, 2004, 11:23 PM