Send Email avatar
Send Email
Try for free

No credit card required

View all Actors
Send Email

Send Email

apify/send-mail
Try for free

No credit card required

The actor automatically sends an email to a specific address. This actor is useful for notifications and reporting. With only 3 lines of javascript code, you'll be on top of your scraping actors and never miss important results or issues.

To

tostringRequired

Email address of the recipient(s), you can comma-separate multiple addresses.

Copy

ccstringOptional

Email CC same format as to.

Blind copy

bccstringOptional

Email BCC same format as to.

Subject

subjectstringRequired

(required) Text body of Email

Text

textstringOptional

(required HTML or text) Text body of Email

HTML

htmlstringOptional

(required HTML or text) HTML body of Email

Reply to

replyTostringOptional

Email address which will be set when recipient will try to reply to mail. Uses header Reply-To see doc

Mock email

isMockbooleanOptional

For test purposes - log process to console but not send the e-mail

Default value of this property is false

Developer
Maintained by Apify
Actor metrics
  • 230 monthly users
  • 94.7% runs succeeded
  • 0.7 days response time
  • Created in Sep 2017
  • Modified 7 months ago