Commit graph

43 commits

Author SHA1 Message Date
Artur Beljajev
876c010435 Refactor registrant change mailer
#480
2017-05-20 17:36:32 +03:00
Artur Beljajev
01c6804d2a Do not show address in domain mailer unless address processing is disabled
#330
2017-01-06 11:50:42 +02:00
Artur Beljajev
8a831ee92c Add explicit jobs for mailers
#186
2016-11-18 00:14:37 +02:00
Artur Beljajev
fa47eb3ab6 Refactor domain expiration mailer
#186
2016-11-17 00:04:13 +02:00
Artur Beljajev
a6de3761c5 Refactor domain mailer views
#180
2016-11-12 01:14:11 +02:00
Artur Beljajev
fc9104a232 Add extended registrar's info to "pending_update_request_for_old_registrant" mailer
#180
2016-11-07 02:22:03 +02:00
Artur Beljajev
bebd49e5f4 Add extended registrar's info to "pending_deleted" mailer
#180
2016-11-03 20:16:01 +02:00
Artur Beljajev
69be717b91 Add extended registrar's info to "expiration" and "force_delete" mailers
registry-180
2016-10-31 17:56:51 +02:00
Artur Beljajev
ad0220088a Refactor domain expiration email
#186
2016-10-28 00:36:12 +03:00
Vladimir Krylov
28bed16539 Story#117124725 - old mailer domain variable wasn't global 2016-04-08 15:34:43 +03:00
Vladimir Krylov
a091c62264 Story#117124725 - generate emails of apply_pending_update! only when everything is ok 2016-04-08 14:58:56 +03:00
Vladimir Krylov
b047ce27ca Story#111065230 - set whitelist check 2016-01-11 12:40:44 +02:00
Vladimir Krylov
c0f9a0105e Story#111065230 - send expiration_reminder Mail 2 days after 2016-01-06 17:30:05 +02:00
Matt Farnsworth
057ec6a757 Story #109367018 - privatize the work method 2015-12-17 14:39:12 +02:00
Matt Farnsworth
51a5798914 Story #109367018 - add new model to handle domain values are changing, and need to be captured now, not later
New model will provide data to DomainMailer customized as needed for the invocation reason as passed via symbol to
send_mail(). The mail templetes then required modification to use the new data model. This should handle all the data
errors in the update process, including pendingUpdate, confirmed, rejected or expired.
2015-12-16 20:37:21 +02:00
Stas
3169d6c325 108868838-logic_update 2015-12-01 15:33:59 +02:00
Stas
58e35d5683 108868838-new_method_and_templates 2015-12-01 15:01:35 +02:00
Vladimir Krylov
4fa286d0b0 Story#107821878 - pending_deleted gets new registrant_id too 2015-11-30 15:37:17 +02:00
Vladimir Krylov
44ae8fd350 Story#107821878 - pending_update_notification gets new registrant_id too 2015-11-30 15:32:55 +02:00
Vladimir Krylov
f9b2d2a202 Story#107821878 - manage old registrar 2015-11-30 13:12:51 +02:00
Stas
99a66259f0 107821878-refactoring 2015-11-20 18:27:00 +02:00
Stas
2dddace1b8 Merge branch 'staging' of github.com:internetee/registry into staging
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-11-17 16:51:46 +02:00
Martin Lensment
2b34d619b5 Add email sending on force delete #2881 2015-09-11 16:57:02 +03:00
Priit Tark
84d8b54c69 Added email pynicode support #2884 2015-09-03 11:40:03 +03:00
Priit Tark
259b6dd256 Registrant confirmation email typo fix #2874 2015-08-19 00:10:57 +03:00
Priit Tark
f89992d120 Added delete confirm email #2786 2015-07-28 22:08:24 +03:00
Priit Tark
5883452fa2 Added pending delete expired email #2786 2015-07-28 22:08:24 +03:00
Priit Tark
acb9f2ee08 Added domain delete rejection notification #2786 2015-07-28 22:08:24 +03:00
Priit Tark
8a92591df7 Added multiple domain emails #2786 2015-07-28 22:08:24 +03:00
Priit Tark
00d42ef3c4 Email notification when pending update rejected #2786 2015-07-28 22:08:24 +03:00
Priit Tark
726231c4e6 Refactor domain mailers pending updates #2804 2015-07-28 22:08:23 +03:00
Priit Tark
7fd6f6a55d Added domain pending update new registrant notification #2804 2015-07-28 22:08:23 +03:00
Priit Tark
1143e16354 Rescue contact registrant change email delivery #2745 2015-07-21 16:34:43 +03:00
Priit Tark
8102b8f1a2 Added registrant successful email confirmation #2557 2015-07-14 18:29:02 +03:00
Priit Tark
6f59824cd1 Added pending delete 2015-05-18 16:45:34 +03:00
Priit Tark
d72cbc20f5 Registrant change now requires EPP verify attribute 2015-05-18 14:48:32 +03:00
Priit Tark
6821afff65 Added domain confirmation verification url 2015-05-15 10:00:04 +03:00
Martin Lensment
412ececd9c Merge branch 'master' of github.com:domify/registry
Conflicts:
	CHANGELOG.md
	app/mailers/domain_mailer.rb
	app/models/domain.rb
	app/views/layouts/registrant/application.haml
	config/application-example.yml
	config/locales/en.yml
	config/routes.rb
	spec/mailers/domain_mailer_spec.rb
2015-05-14 18:01:06 +03:00
Priit Tark
99eeeae89f Updated domain registrant updater mailer spec 2015-05-14 15:32:27 +03:00
Priit Tark
fdcad95683 Added basic Registrant portal 2015-05-14 14:54:56 +03:00
Priit Tark
6c47124a28 Registrant change confirmation logic 2015-05-14 14:54:29 +03:00
Priit Tark
688a71ebf1 Added basic Registrant portal 2015-05-13 13:02:08 +03:00
Priit Tark
840c56db84 Registrant change confirmation logic 2015-05-13 10:00:52 +03:00