17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1256 Views |
-
emailing forms to different addresses

6 August 2008 at 10:31pm Last edited: 6 August 2008 10:31pm
Hey Guys,
Am a little stuck on how to email forms to different email addresses depending on what the user has selected on the form. At the moment I have tried:
$email->to = 'myaddress@whatever.com';
but it always seem to send it to the default admin account.
Any clues?
-
Re: emailing forms to different addresses

7 August 2008 at 5:22pm
You havent set Email::send_all_emails_to() to anywhere have you?. Also if the site is in 'dev' or 'test' mode I believe it will instantly email all emails to the admin address to prevent spamming 40,000 members
-
Re: emailing forms to different addresses

12 August 2008 at 2:51am
Ah yes I may have changed a few settings around. I couldn't remember where I made the change so I just replaced my entire saphire folder out of laziness and it did the trick. Thanks for the help!
| 1256 Views | ||
|
Page:
1
|
Go to Top |


