Skip to content

Commit

Permalink
Merge pull request #27 from bromanla/master
Browse files Browse the repository at this point in the history
notify - smtp reply to
  • Loading branch information
prohazko2 authored Jan 17, 2025
2 parents 7417a1f + e664472 commit fc0a720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dts/ric-notify.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface SMTPSendRequest {
useStarttls?: boolean;
useSsl?: boolean;
attachments?: Attachment[];
replyTo?: string;
}

export interface SMTPSendResponse {
Expand Down
1 change: 1 addition & 0 deletions ric-notify/ricnotify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ message SMTPSendRequest {
google.protobuf.BoolValue use_starttls = 12;
google.protobuf.BoolValue use_ssl = 13;
repeated Attachment attachments = 14;
string reply_to = 15;
}

message SMTPSendResponse {}
Expand Down

0 comments on commit fc0a720

Please sign in to comment.