Commit Graph

15 Commits

Author SHA1 Message Date
József Horváth
274b4416ec
Using MailKit instead of SmtpClient (ORCH-267) (#8707)
* Using MailKit instead of SmtpClient

* Removing 2 more references to System.Net.Http that we hopefully don't need at all anymore

* Attempting to fix Razor compilation warning about Orchard.Email's reference to System.Net.Http

* Improving SmtpSettings.cshtml a bit (port number restrictions, user name box width)

* Fixing encription method is not persisted

* Adding migration step to migrate from EnableSsl to EncryptionMethod in SmtpSettingsPart

* Code styling/simplifications

* Using infoset default values instead of Migrations to keep SSL settings when upgrading to MailKit

---------

Co-authored-by: Lombiq <github@lombiq.com>
Co-authored-by: Benedek Farkas <benedek.farkas@lombiq.com>
2023-07-17 09:58:16 +02:00
LorenzoFrediani-Laser
7c725bf2ec Email message option for read notification. (#7669)
Fixes #7668
2017-04-20 12:16:01 -07:00
Kees Damen
c91ff87773 Fixed the Orchard behavior of passing windows credentials to e-mail server when no credentials where entered.
Added an option to the smptsettings configuration to explicitly configure windows authentication.
This fixes bugs #2536 and #5024.
2015-04-24 23:15:46 +02:00
Piotr Szmyd
0c993a43b2 Email. Fixed duplicated addresses in mail message To field. 2015-04-02 16:36:31 +02:00
Sipke Schoorstra
81fb0d7bf5 #21002: EMail with CC Bcc etc.
Merge branch 'IBN-Labs/MailPlusCC' of https://git01.codeplex.com/forks/qt1/orchad4ibn into PR

Conflicts:
	src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs

Work Item: 21002
2015-02-28 00:05:54 +01:00
Sipke Schoorstra
596d4a914d #21103: Missing ReplyTo field & parameter == No Sending Emails.
Merge branch '1.x' of https://git01.codeplex.com/forks/abhishekluv/oproject into PR

Conflicts:
	src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs

Work Item: 21103
2015-02-27 23:33:18 +01:00
Piotr Szmyd
7d462819bc #20606: Fixed implementation of e-mail reply-to functionality.
There was a breaking change introduced in the initial commit. ReplyTo field is optional but was not treated as such.
Also, made it possible to specify more than one reply-to address, similar to recipients.
2015-01-30 20:56:19 +01:00
abhishekluv
e1e6cf633e some more formatting 2014-12-19 05:29:51 +05:30
abhishekluv
8bdf8863ad Formatting fixed 2014-12-19 05:21:26 +05:30
abhishekluv
61bfb14bb3 Some additions and improvements to Email module
- Added support for bcc and cc while sending emails.
- Applied fix for replyto field : https://orchard.codeplex.com/workitem/21103
2014-12-07 01:38:54 +05:30
Jason Burgard
f07d6e2775 #20606: Add email activity reply-to
Work Item: 20606
2014-11-13 13:00:19 -08:00
Sebastien Ros
22f2fe1c15 Allow SMTP settings to be set in web.config 2014-03-11 10:39:10 -07:00
Sebastien Ros
70be174c72 Implementing Orchard.JobsQueue 2014-01-14 14:43:20 -08:00
Sebastien Ros
50d759ad4a Adding email template wrappers 2014-01-13 11:59:07 -08:00
Sebastien Ros
eba14590b6 Refactoring Orchard.Messaging 2014-01-08 18:38:59 -08:00