10394 Posts in 2203 Topics by 1714 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1230 Views |
-
User Forms [v0.2.0]: Not sending out email

29 August 2009 at 11:50am
I've created a form and when the form is submitted it seems to work. It saved the information to the database and displays the thank you for submitting message that I've added. One thing it doesn't do is send an email.
What am I doing wrong?
-
Re: User Forms [v0.2.0]: Not sending out email

30 August 2009 at 7:55pm
Sounds like a server problem to me. I would try to send an email via a script and see if the email() function works right.
-
Re: User Forms [v0.2.0]: Not sending out email

30 August 2009 at 9:59pm
hie
i had the same problem once & i think yo dont have a From in yo email ()function emails without a from a regarded as SPAM
try this,
<=====
put the following code in your _config file
Email::setAdminEmail('name@domain.com');
this should act as the From address.
multiple recipient are also to be separated by a comma not semi-colonmaybe it will work
hope it will help you.
| 1230 Views | ||
|
Page:
1
|
Go to Top |



