Author |
|
mdgagj Newbie
Joined: 13 April 2015 Location: Russian Federation
Online Status: Offline Posts: 1
|
Posted: 13 April 2015 at 3:00pm | IP Logged
|
|
|
Hello! First of all, sorry for my English. Next, I want to use any email address as From. I have tried all the methods from here. But all of this methods were rejected by SMTP servers of Yandex and Mail.ru. I don't want just to Add Headers - I want to replace them.
P.S. mailer.Message.Headers.Add("From", "sender@domain.com", true); don't work. Any ideas?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 April 2015 at 4:57am | IP Logged
|
|
|
While it might be possible to supply custom sender information, it really depends on mail server you use. And with public email services, it's not unusual to reject attempts of overriding sender information. Gmail does that as well, and as that's something they do on mailserver level after accepting mail for delivery, there's no client-side workaround for this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|