[SOLVED] generate email with "title page" as email objet

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
giapippo
Forum Members
Forum Members
Posts: 176
Joined: Tue Feb 28, 2012 1:24 pm

[SOLVED] generate email with "title page" as email objet

Post by giapippo »

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
Last edited by giapippo on Sun Dec 15, 2013 10:13 am, edited 1 time in total.
User avatar
rotezecke
Power Poster
Power Poster
Posts: 411
Joined: Fri Apr 18, 2008 9:34 pm

Re: generate email with "title page" as email objet

Post by rotezecke »

perhaps via UDT

Code: Select all

$contentops = cmsms()->GetContentOperations();
$content_obj = $contentops->getContentObject();
mail('bunga.bunga@berlusconi.it',$content_obj->Name(),'your message');
untested :)
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: generate email with "title page" as email objet

Post by velden »

rotezecke wrote:...bunga.bunga@berlusconi.it...
;D

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.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: generate email with "title page" as email objet

Post by Rolf »

I use formbuilder a lot this way, works like a charm
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
giapippo
Forum Members
Forum Members
Posts: 176
Joined: Tue Feb 28, 2012 1:24 pm

Re: generate email with "title page" as email objet

Post by giapippo »

thanks
I do a test and will update
Post Reply

Return to “Modules/Add-Ons”