You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this solution. It works great for my needs.
I want the ability to send to different chatids based on the 'to' field. My backup software allows me to send to different email addresses (but not different ports) based on whether the job failed or was successful.
I did what you're talking about. This is not technically possible; email cannot begin with -.
So this can be applied to personal chats.
You can find it in my fork: https://github.com/MuratovAS/smtptg
Thanks for this solution. It works great for my needs.
I want the ability to send to different chatids based on the 'to' field. My backup software allows me to send to different email addresses (but not different ports) based on whether the job failed or was successful.
So, I'd configure it like this:
Successful Recipients List: [email protected]
Failure Recipients List: [email protected]
And, your software would use the 'to' line to send to the different chats.
To keep from breaking existing implementations you could look for a specific domain to know it is a chatid in the 'to' line.
So, I'd configure it like this:
Successful Recipients List: [email protected]
Failure Recipients List: [email protected]
Thanks again.
The text was updated successfully, but these errors were encountered: