Drupal doesn't send any emails
Solutions
Another way is to properly configure the mail subsystem of your server to send the emails to the mail server of your organization, where they go throught to internet. This is done not by drupal, the server support team should do it. Usually postfix is a good option.
An advantage of this configuration is that all mails from all web applications hosted in the server function right out of the box.
Step 1 ) Download the SMTP Authentication Support module for drupal and enable the module.
Step 2) Configure your Gmail SMTP parameters correctly.
By default SMTP Authentication Support has the USE TLS encrypted protocol enabled.
If you are using GMAIL for sending emails you need to select the Use SSL protocol
For your reference :
https://support.google.com/mail/answer/13287
you should try thrid party SMTP. Some of free one is like Mandrill.
https://www.drupal.org/project/mandrill
https://connect.mailchimp.com/how-to/24
How to send automated emails to each user about their content in Drupal
I have a Drupal site which lets users create an account and publish their own content. However I have been trying for hours with no luck to try and set up an email service which sends an email to all the users with content every week for example. The email will show them how many page hits their content has got. Any help will be much appreciated! C...
drupal webform cannot send out emails
I am using Drupal7, when I enable the module "Webform Select Email", the other webform could not send out email. I have no idea what's going on there. Have you guys met this before?
Drupal 7: Webform-Emails: Send value of a field without its label?
I have a Webform on Drupal 7 and I am using it to email the administrator whenever an end user submits an entry on this form. In the email template, I have defined a custom template and I am sending the data using %email_values token. However, I also want to send the value of a particular field on this form but not its label. So I tried using %emai...
Drupal 7: Webform: Send Emails Conditionally?
Is there any way to put a condition for sending emails? For example: on my webform, I want to send email out only when current user = 'xyz' ? I searched a lot but could not find a way to send email conditionally..