
Send Email
Pricing
Pay per usage

Send Email
Send a custom email to one or more recipients. This Actor is useful for notifications and reporting. It can be invoked directly from code or via webhook integration after another Actor finishes.
4.8 (6)
Pricing
Pay per usage
100
Total users
2.9K
Monthly users
176
Runs succeeded
94%
Last modified
10 days ago
Fails to email
Closed
My free actor fails to understand email most of the time saying I can only email myself with a free account. I am emailing the exact addresss I have on file for me! Thats why it sometimes works! Wth. Lol

Hi, thanks for reporting this and apologies for the inconvenience. I looked into your account, and the email address in your profile starts with lowercase b
, but the address you have in your send-mail runs input starts with uppercase B
, so the addresses are considered different.
For now, you can easily resolve this by starting your runs with the exactly same address as you can see in Settings.
However, I understand that this can be confusing, and we will evaluate if we will change the detection logic to ignore case. To explain why we don't change this immediately, is not 100% safe change: according to the specification, example@example.com and Example@example.com are different addresses, but most providers ignore letter case to make users' life easier, and we will likely do the same.