Author |
|
mailer Newbie
Joined: 08 February 2010 Location: Germany
Online Status: Offline Posts: 2
|
Posted: 08 February 2010 at 3:34pm | IP Logged
|
|
|
Hi
Is it possible to send an email without the parameters x-sender and x-receiver?
Where can I find the method sendToQueue in SMTP object (MailBee.Net)?
Thank you for your support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 February 2010 at 2:26am | IP Logged
|
|
|
Quote:
Is it possible to send an email without the parameters x-sender and x-receiver? |
|
|
No, but you can set RemoveXSenderReceiver to make them removed from messages on sending.
Quote:
Where can I find the method sendToQueue in SMTP object (MailBee.Net)? |
|
|
In MailBee.NET Objects, Smtp.SubmitToPickupFolder method is used for this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|