C# 클래스 Models.Emailer

Summary description for Emailer
파일 보기 프로젝트 열기: IowaCodeCamp/IowaCodeCamp

공개 메소드들

메소드 설명
SendConfirmationEmail ( CurrentAttendee attendee ) : bool
SendValidationEmail ( User u ) : bool

비공개 메소드들

메소드 설명
GetRegistrationConfirmationMessageTemplate ( ) : string
GetVerificationMessageTemplate ( ) : string

메소드 상세

SendConfirmationEmail() 공개 정적인 메소드

public static SendConfirmationEmail ( CurrentAttendee attendee ) : bool
attendee CurrentAttendee
리턴 bool

SendValidationEmail() 공개 정적인 메소드

public static SendValidationEmail ( User u ) : bool
u User
리턴 bool