mdarling Posted August 20, 2010 Share Posted August 20, 2010 i am able to create csv's and can do so with no trouble .. but what i am having difficulty with is being able to auto save the csv and then email it all in one script. anybody every dealt with something like this? Quote Link to comment https://forums.phpfreaks.com/topic/211291-creating-csv-files/ Share on other sites More sharing options...
JonnoTheDev Posted August 20, 2010 Share Posted August 20, 2010 Simple enough. Once you have written the CSV data to file use either the PEAR:Mail_Mime library or Swiftmailer to attach the file to an email. http://swiftmailer.org/ http://pear.php.net/package/Mail_Mime/ Quote Link to comment https://forums.phpfreaks.com/topic/211291-creating-csv-files/#findComment-1101702 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.