Hi,
I would like to send and email to the user after successfull sign-up
process. I have configured send_mail settings in the core ffcrm, I can
able to see the email was sent from console, But I didnt get any
email.
Currently, Fat Free CRM doesn't send any emails when a user signs up. Emails are only sent for password reset instructions, and when a new email is received by the Dropbox. You are free to add this notification yourself. If it is not working, I will need to be able to look at your code to tell you why.
On Tue, Nov 8, 2011 at 3:36 PM, vijju <vijji.vasapa...@gmail.com> wrote: > Hi, > I would like to send and email to the user after successfull sign-up > process. I have configured send_mail settings in the core ffcrm, I can > able to see the email was sent from console, But I didnt get any > email.
> Please gude me in a right way.
> Thank You, > Vijayalakshmi.V
> -- > You received this message because you are subscribed to the Google Groups > "Fat Free CRM Developers" group. > To post to this group, send email to fat-free-crm-dev@googlegroups.com. > To unsubscribe from this group, send email to > fat-free-crm-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/fat-free-crm-dev?hl=en.
I am also not getting email from "password reset instructions" also,
but its showing in the console.
And I did not get the line you have said "and when a new email is
received by the Dropbox."
Can you please explain me that, I am getting concerned that I am
missing something.
Thank You,
Vijju
On Nov 8, 1:04 pm, Nathan Broadbent <nathan....@gmail.com> wrote:
> Currently, Fat Free CRM doesn't send any emails when a user signs up.
> Emails are only sent for password reset instructions, and when a new email
> is received by the Dropbox.
> You are free to add this notification yourself. If it is not working, I
> will need to be able to look at your code to tell you why.
> Thanks,
> Nathan
> On Tue, Nov 8, 2011 at 3:36 PM, vijju <vijji.vasapa...@gmail.com> wrote:
> > Hi,
> > I would like to send and email to the user after successfull sign-up
> > process. I have configured send_mail settings in the core ffcrm, I can
> > able to see the email was sent from console, But I didnt get any
> > email.
> > Please gude me in a right way.
> > Thank You,
> > Vijayalakshmi.V
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Fat Free CRM Developers" group.
> > To post to this group, send email to fat-free-crm-dev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > fat-free-crm-dev+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/fat-free-crm-dev?hl=en.
Fat Free CRM has an email dropbox. You can configure it to retrieve email messages from an IMAP inbox and process them. It attachs the emails to the contact who sent or received them. So you can set up an email *notification *to be sent to you each time an email is processed by the 'dropbox'.
I'm not sure why you are not getting email. Please make sure you have the following lines in *config/environments/**development.rb*
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true
That means you will be able to see if any errors are happening, otherwise the Rails app will ignore them without any warnings. Please post the error log, and I should be able to fix your issue.
On Tue, Nov 8, 2011 at 10:34 PM, vijju <vijji.vasapa...@gmail.com> wrote: > Thanks for your reply Nathan,
> I am also not getting email from "password reset instructions" also, > but its showing in the console. > And I did not get the line you have said "and when a new email is > received by the Dropbox." > Can you please explain me that, I am getting concerned that I am > missing something.
> Thank You, > Vijju
> On Nov 8, 1:04 pm, Nathan Broadbent <nathan....@gmail.com> wrote: > > Hi Vijayalakshmi,
> > Currently, Fat Free CRM doesn't send any emails when a user signs up. > > Emails are only sent for password reset instructions, and when a new > email > > is received by the Dropbox. > > You are free to add this notification yourself. If it is not working, I > > will need to be able to look at your code to tell you why.
> > Thanks, > > Nathan
> > On Tue, Nov 8, 2011 at 3:36 PM, vijju <vijji.vasapa...@gmail.com> wrote: > > > Hi, > > > I would like to send and email to the user after successfull sign-up > > > process. I have configured send_mail settings in the core ffcrm, I can > > > able to see the email was sent from console, But I didnt get any > > > email.
> > > Please gude me in a right way.
> > > Thank You, > > > Vijayalakshmi.V
> > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Fat Free CRM Developers" group. > > > To post to this group, send email to fat-free-crm-dev@googlegroups.com > . > > > To unsubscribe from this group, send email to > > > fat-free-crm-dev+unsubscribe@googlegroups.com. > > > For more options, visit this group at > > >http://groups.google.com/group/fat-free-crm-dev?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Fat Free CRM Developers" group. > To post to this group, send email to fat-free-crm-dev@googlegroups.com. > To unsubscribe from this group, send email to > fat-free-crm-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/fat-free-crm-dev?hl=en.