Send email to account mentioned in the field

I’ve made a doctype in which there’s a field called customer_email… when we enter email in this field and save the doctype…the doctype should be sent to the email account mentioned in customer_email… is it possible?

Yes, it is possible try using Notification Doctype
https://docs.frappe.io/erpnext/user/manual/en/notifications

How to send the mail to the email account mentioned in customer_email field… in notification “Receiver By Document Field” im only getting owner in option.

I think your Customer email field is not of the Email type; only fields with the Email type will appear here.

But in field type there’s no email type field…so how can I add email type field?

These are the field types im getting…

  • Autocomplete
  • Attach
  • Attach Image
  • Barcode
  • Button
  • Check
  • Code
  • Color
  • Currency
  • Data
  • Date
  • Datetime
  • Duration
  • Dynamic Link
  • Float
  • Geolocation
  • Heading
  • HTML
  • HTML Editor
  • Icon
  • Image
  • Int
  • JSON
  • Link
  • Long Text
  • Markdown Editor
  • Password
  • Percent
  • Phone
  • Read Only
  • Rating
  • Select
  • Signature
  • Small Text
  • Table
  • Table MultiSelect
  • Text
  • Text Editor
  • Time

Do one thing, try adding Email in option and then check

1 Like

Thanks!!!