mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 04:47:20 +02:00
Email improvements; name= and from= now synonymous (#738)
This commit is contained in:
@@ -95,6 +95,12 @@ apprise_url_tests = (
|
||||
'a' * 32, 'b' * 8, 'c' * 8), {
|
||||
'instance': TypeError,
|
||||
}),
|
||||
# Use of both 'name' and 'from' together; these are synonymous
|
||||
('mailgun://user@localhost.localdomain/{}-{}-{}?'
|
||||
'from=jack@gmail.com&name=Jason<jason@gmail.com>'.format(
|
||||
'a' * 32, 'b' * 8, 'c' * 8), {
|
||||
'instance': NotifyMailgun}),
|
||||
|
||||
# headers
|
||||
('mailgun://user@localhost.localdomain/{}-{}-{}'
|
||||
'?+X-Customer-Campaign-ID=Apprise'.format(
|
||||
|
Reference in New Issue
Block a user