Get smtp set up on your site, then, inside of a normal gmail account, go to settings -> accounts and import -> send mail from another address. Type in your name and server info. Click "reply form same address email was sent to". On your server, forward incoming mails to your gmail account. Voila.
I have done it this way because (1) some people think your company is not legit if you get emails from [email protected], and (2) if you send from [email protected] using gmails smtp servers, many email accounts will display "[email protected] ON BEHALF OF [email protected]" which makes a lot of people queasy. On Nov 1, 6:44 am, Gonzalo Servat <[email protected]> wrote: > On Sun, Nov 1, 2009 at 10:44 PM, Jon Bennett <[email protected]> wrote: > > > > There are good guides on setting up your own mailserver as well. I > > > set up my mailserver using postfix and simply forward all mail to my > > > main gmail account. I have gmail set up so that when I reply, gmail > > > logs into my site's mailserver to send. Works like a charm. > > > I wonder why you've done it that way though. If you're going to send > > through gmail, why not use their mailservers (and excellent anti-spam > > filtering!) for free? > >http://www.google.com/apps/intl/en/group/index.html > > [..snip..] > > I'm still wondering how (let alone why) you can configure Gmail to relay via > another SMTP server!? > > - Gonzalo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
