0 answers
1 vote
Email reçu comme SPAM
Bonjour,
J'utilise le intégré EMAIL pour envoyer des emails aux utilisateurs, le problème c'est que le mail est bien receptionné mais avec certains fournisseurs tels que Yahoo, Windows Live me mail est réceptionné comme SPAM.
Comment dois-je faire...
0 answers
0 votes
Sparkplug
I just set up sparkplug in a previously existing app. However, when I use the register function, no email is sent. I've never configured an email server for use with Cake and wondered if anyone might know what I'm missing.
0 answers
0 votes
this email is not validated from cakephp
hi, email of this kind:
myname@myarea.hu-mycity.de
is not validated by standard validation rule of cake.
var $validate = array(
'email' => array(
'valid_mail' => array(
'rule' => 'email',
... 0 answers
0 votes
sending smtp email on bluehostnot working?
I can't seem to get the email component to send an email via smtp on a bluehost hosting account. When I debug $this-Email-smtpError I get this error:
550-my-ip.bluehost.com (mydomain.com) [my.ip] is
550 currently not permitted to relay through... 2 answers
0 votes
Envoyer un email à tous les inscrits
Bonjour,
J'ai une appli cakephp, dans laquelle je propose aux visiteurs de s'inscrire pour que je leur envoi un email à chaque nouveauté sur le site.
J'ai trois catégories de news:
- Actualités
- Articles
- Autres
J'aimerai savoir comment vous feriez pour...
0 answers
0 votes
how can i got email from my inbox to my website page?
I am having too many email ids, and i am having a website as well. Sometimes i don't check out all my email ids. I want to see all my emails from all email-ids(Hotmail, Gmail, Yahoo), in my website admin section.
Can we do this, just we do it with...
1 answer
0 votes
Email validation with "-"
Why when i use data validation for: "user@my-email.com"
produces an error, i think it is because "-"
there's a way to include emails with "-"?
thanks
3 answers
0 votes
How do I redirect after saving form data to database?
I'm new to cakephp. I'm trying to build a newsletters subscription field that is placed in my footer element. I can not get my page to redirect back to home after submitting form data to the database along with email notification. The data is...
1 answer
0 votes
Problem for sending emails from my own domain
I use the Email component to send email.
It's work great for email from a different domain.
But when I have to send an email to an address with my own domain,
this email never sent.
What can I do?
Is it solvable in cakephp?
Or is it a configuration's...
0 answers
0 votes
Email component won't work for me
Can't send email with Email component. Any help appreciated.
function email() {
$this-Email-to = 'someone@somewhere';
$this-Email-from...
0 answers
0 votes
Sending Email Problem
I'm using Cake 1.3 RC4 at the moment and I'm trying to set-up the site to send email.
Now I don't know if this is a problem with 1.3, or if I'm doing something wrong, but anytime I try to send an email, I get the following error message:
Fatal...
1 answer
0 votes
problem using Html helper in Email layout
I am writing Forgot password functionality, where i am sending email to user with a new random password by using email component. My email has a default layout(/views/layouts/email/html/default.ctp) as following.
<!DOCTYPE html PUBLIC... 0 answers
0 votes
cakephp-activation-email-sending-slow
Hi all,
I have a simple email sender for user account activation. Depending on which email address I use, I get significantly different response times: University email - 1 minute, Gmail - 3-4 hours, Yahoo - 1 or 2 days -- which seems bizarre. ...
1 answer
0 votes
How to send an Email?
Yes I have seen http://book.cakephp.org/view/481/Sending-A-Message-Using-SMTP (jk)
My code looks like this:
class SomeController extends AppController{
var $components = array('Email');
.
.
.
function sendMessage(){
$msg = 'Some... 0 answers
0 votes
Email Component Troubles...
I recently posted a question about the CakePHP email component, and, with the help of some of the answers and comments, was able to resolve my problem...
The thing is, solving my email problem revealed another problem!
So, here's my problem:
I have...
1 answer
0 votes
How do I use the email component?
Hello,
I am new to CakePHP and trying desperately to learn!
My most recent struggle is with the Email Component.
I have a contract. When I create the contract, I add a user. When I save the new contract...for the first time, I want to send an email...
1 answer
0 votes
Error sending confirmation email
Hi, I'm trying to send a confirmation email using the email component when a user signs up, but am getting the following error...
Fatal error: Call to undefined function set() in .../home/myappfolder/app/controllers/users_controller.php
Here is my...
1 answer
0 votes
SMTP Issues?
I purchase a pre-made site and it sends user registrations, password reminders and news items to it's users but it will not send the information via SMTP. Here is the array - why isn't working or is a server specific issue? I am on a Linux...
3 answers
0 votes
Parse Raw E-Mail
Hey guys the webserver in my host forwards incoming e-mails to a php script that I wrote which just reroutes it in the form of a post request.
I need a way to parse this raw EMAIL on the PHP file that receives this post request, and basically...
1 answer
0 votes
SMTP Error: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
Hello,
I've been doing some research but it seems there is not much about this error in CakePHP. And the code seems to be as perfect as it could be.
I am using Email Component to send an email using smtp. I Configure the SMTP as asked, but at some...