mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 12:55:56 +02:00
Mailgun to support from=
for consistency with email://
(#711)
This commit is contained in:
@@ -107,6 +107,12 @@ apprise_url_tests = (
|
||||
'a' * 32, 'b' * 8, 'c' * 8), {
|
||||
'instance': NotifyMailgun,
|
||||
}),
|
||||
# We can use the `from=` directive as well:
|
||||
('mailgun://user@localhost.localdomain/{}-{}-{}'
|
||||
'?:from=Chris&:status=admin'.format(
|
||||
'a' * 32, 'b' * 8, 'c' * 8), {
|
||||
'instance': NotifyMailgun,
|
||||
}),
|
||||
# bcc and cc
|
||||
('mailgun://user@localhost.localdomain/{}-{}-{}'
|
||||
'?bcc=user@example.com&cc=user2@example.com'.format(
|
||||
|
Reference in New Issue
Block a user