Android Question smtp reply-to

drgottjr

Expert
Licensed User
Longtime User
any suggestions for a workaround to add "reply-to" to the smtp headers in the net library?
yahoo has added a new restriction (a dmarc setting: p=reject) for emails from users with legitimate yahoo accounts but who use non-yahoo smtp servers. i use a 3rd party smtp sender through my app and put my yahoo account as "sender". that no longer works, so i would like to try with "reply-to", but there doesn't appear to be an option for that in the lib. thanks.
 

drgottjr

Expert
Licensed User
Longtime User
any suggestions for a workaround to add "reply-to" to the smtp headers in the net library?
yahoo has added a new restriction (a dmarc setting: p=reject) for emails from users with legitimate yahoo accounts but who use non-yahoo smtp servers. i use a 3rd party smtp sender through my app and put my yahoo account as "sender". that no longer works, so i would like to try with "reply-to", but there doesn't appear to be an option for that in the lib. thanks.

to answer my own query, i've just spotted the netextras.library with a slot for additional smtp headers. will give that a try.
-go
 
Upvote 0
Top