com_contact: cc or bcc for form mailings

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
marvin06
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Mon Feb 11, 2008 8:30 am
Location: Wien
Contact:

com_contact: cc or bcc for form mailings

Post by marvin06 » Wed Jun 23, 2010 12:20 pm

hi

is there an easy solution (quick and dirty way) to add one cc or bcc address for the com_contact e-mail form. something like extending com_contact\controller.php ...

thx vry much!
marvin
emergency exit >>

User avatar
marvin06
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Mon Feb 11, 2008 8:30 am
Location: Wien
Contact:

Re: com_contact: cc or bcc for form mailings

Post by marvin06 » Fri Jun 25, 2010 1:52 pm

.... are there no solution for this problem out there ? :(((
emergency exit >>

User avatar
marvin06
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Mon Feb 11, 2008 8:30 am
Location: Wien
Contact:

Re: com_contact: cc or bcc for form mailings

Post by marvin06 » Wed Jul 07, 2010 3:28 pm

none
emergency exit >>

User avatar
marvin06
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Mon Feb 11, 2008 8:30 am
Location: Wien
Contact:

Re: com_contact: cc or bcc for form mailings

Post by marvin06 » Wed Jul 07, 2010 4:17 pm

solved: http://forum.joomla.org/viewtopic.php?p=2179928

add in components/com_contact/controller.php

Line 186:

Code: Select all

$cc = $mainframe->getCfg('mailfrom');
Line 193:

Code: Select all

$mail->addCC($cc);
emergency exit >>


Locked

Return to “Extensions for Joomla! 1.5”