Hi,
Any code laying around which would help me email the results of a query to the user concerned?
DB result output to the screen ok (name, email and every row ID concerned in the query) but i’d like to spit it out into an email, queue might be good as there’s likely to be alot of emails sent each day… also via SMTP would be better than phpmail…
I’ve looked at and tried to install extentions but they are geard towards email forms which are over complicated for what i need… perhaps i will use one, and hard code the form part with hidden fields…
I dont want to put in some normal phpmail code I want to Yii it.