Search code examples
jqueryvalidationemaildrupal-7

in drupal 7 email not working with drupal_mail


I want send mail in my page with jquery and php validation.

I have a text box to send mail while clicking submit button. drupal_mail is not working


Solution

  • Make sure you have done the below settings

    Under Configuration/Site Information under "Site Details" you MUST insert an email address from your domain, and then the email works.

    Also there are many modules like SMTP Authentication support you can configure to send mails

    SMTP MODULE