I haven't tried this because I'm afraid to open a can of worms, but if someone could post an actual email template that I can read, I'd be soooooo grateful! :silly:
Hi there....
I got a simple one I made below.. Hope its useful.
I got a simple one I made below.. Hope its useful.
<html>
<head>
</head>
<body>
Dear <b>{fromname}</b>, <br />
Thank you for your support. Your information has been sent and will be review by us. We will reply as soon as possible to provide the answer regarding to your question.<br><br>
Name : {fromname}<br>
Location : {location}<br>
Email : {fromemail}<br>
Phone No : {phone}<br>
Enquiry for : {subject}<br />
Details : {details}<br />
<br /><br>
With kind regards,<br />
Admin<br>
<a href="Http://www.yousite.com"><em>My Website</em></a>
</body>
</html>
MMM, this is my time, emails!
So, mail is working this way:
CC properly send them.
But, not all the fields are sent, and no template is considered.
So, I attach two gif file to show my configuration (one is showned here below, the other in the zip)
and the code of HTML for e-mail template:
[file name=email.zip size=23839]http://www.chronoengine.com/components/com_fireboard/uploaded/files/email.zip[/file]
Name and ricetta are properly field name from the form, since there's a record in the DB.
This is the output in the email, showing all the record despite the special field those were selected, and no object.
Wizards, any idea of that? :huh:
Post edited by: gg4j, at: 2007/11/05 22:34<br><br>Post edited by: gg4j, at: 2007/11/05 22:37
So, mail is working this way:
CC properly send them.
But, not all the fields are sent, and no template is considered.
So, I attach two gif file to show my configuration (one is showned here below, the other in the zip)
and the code of HTML for e-mail template:

[file name=email.zip size=23839]http://www.chronoengine.com/components/com_fireboard/uploaded/files/email.zip[/file]
<html>
<head>
</head>
<body>
Grazie <b>{name}</b>! <br>
Benintegrati ha ricevuto la tua ricetta {ricetta}:<br>
....
Name and ricetta are properly field name from the form, since there's a record in the DB.
This is the output in the email, showing all the record despite the special field those were selected, and no object.
name THENAME
email [email]email@fakeemail.com[/email]
ricetta Kompot
ingredienti acqua,frutta, un po di zucchero
preparazione facilmente!:)
consigli un po di limone
origine Russia
allegato
Submit Invia
reset
Wizards, any idea of that? :huh:
Post edited by: gg4j, at: 2007/11/05 22:34<br><br>Post edited by: gg4j, at: 2007/11/05 22:37
Hi,
Of course this should happen because the email format is set to "Fields titles" and not "template"🙂
Best
Max
Of course this should happen because the email format is set to "Fields titles" and not "template"🙂
Best
Max
This topic is locked and no more replies can be posted.