hello
I created a site for the resale of used atuto
I would like to put in each page car the ability to send an email to the seller with the automatic insertion of the title of the page as an object
how can I do?
the site and 'www.autodire.it
thanks
gianluca
[SOLVED] generate email with "title page" as email objet
[SOLVED] generate email with "title page" as email objet
Last edited by giapippo on Sun Dec 15, 2013 10:13 am, edited 1 time in total.
Re: generate email with "title page" as email objet
perhaps via UDT
untested :)
Code: Select all
$contentops = cmsms()->GetContentOperations();
$content_obj = $contentops->getContentObject();
mail('bunga.bunga@berlusconi.it',$content_obj->Name(),'your message');Re: generate email with "title page" as email objet
rotezecke wrote:...bunga.bunga@berlusconi.it...
FormBuilder also has the possibility to dynamically fill a field. Read the help.
Never used it for this purpose but you might give it a try.
Re: generate email with "title page" as email objet
I use formbuilder a lot this way, works like a charm
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: generate email with "title page" as email objet
thanks
I do a test and will update
I do a test and will update



