You said that switching to SMTP caused it to stop working. What
transfer method did you use with PHPMailer?
There are a number of reasons why this might not work, from no MTA
being available, to a missing relayhost (or SMART_HOST for sendmail).
On Tue, Apr 22, 2008 at 8:23 AM, JaMoy&Friends <[EMAIL PROTECTED]> wrote:
>
> i dont think that's the issue, maybe it is but i dont see how that
> could help.
> i can properly send it with PHPMailer, with the same credentials i
> gave cake.
>
> the only problem is, it isnt sending.
>
> i have no idea if cake got authenticated or anything, but PHPmailer
> did.
> i dont want to use PHPmailer as a solution, its my last resort.
>
>
>
> On Apr 22, 1:40 pm, "b logica" <[EMAIL PROTECTED]> wrote:
> > What OS are you using. What MTA do you have installed? To use SMtP you
> > need to have a daemon available that knows where to connect on the
> > outside to send your mail out.
> >
> > For example, on a stock Fedora box with sendmail MTA you may need to
> > edit your sendmail.mc as root or equiv:
> >
> > DO NOT EDIT sendmail.cf
> > # cd /etc/mail
> > # cp sendmail{.cf,cf.BAK}
> > # vi sendmail.mc <----- note the .mc
> >
> > edit the line with SMART_HOST:
> > define(`SMART_HOST', `smtp.your_isp.com')dnl
> >
> > Put whatever your ISP provides you to get your regular email.
> >
> > # make -C /etc/mail
> > # service sendmail restart
> >
> > Other linux flavours may have things in another place but for sendmail
> > this is the basic idea. For Postfix, you want to set "relayhost"
> >
> > For Windows , I don't have a clue (and don't want to).
> >
>
>
> > On Mon, Apr 21, 2008 at 9:23 PM, Schuchert <[EMAIL PROTECTED]> wrote:
> >
> > > I would like to add that I am having the exact same issue. I am
> > > actively looking for a fix also.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---