[FX.php List] XML emails?
Alex Gates
alex at gandrpublishing.com
Fri Mar 30 12:05:39 MDT 2007
Hi Bob-
You may want to have a look at swiftmailer -
http://www.swiftmailer.org - this mailing class allows you to manipulate
the headers of an email
(http://www.swiftmailer.org/wikidocs/v3/composition/headers)
I don't have any experience with this, but perhaps you could specify
your content type as XML in the header of the email.
Also - email may not be the best option, either - I not familiar with
your client's system, but perhaps it may work to post an xml http
request to the CRM.
Anyway - I use swiftmailer for email with php and it has worked well for me.
Alex
Bob Patin wrote:
> To be honest, I don't really know WHAT they're wanting... :)
>
> The company's web app generates sales leads, which the car dealers want
> to pull into their CRM systems (I think). Appprently these CRM systems
> use XML, and one of the dealers asked if XML output was available. I of
> course said I'd look into it...
>
> So it's just text, basically a person's name, address, phone, car
> interest, purchase plans...
>
> Is this something I could format using XML tags, and then use the
> mail_function.php script for (I think I got that from you, didn't I?)?
>
> Thanks,
>
> Bob
>
>
More information about the FX.php_List
mailing list