Commit c79debb64796ec4f5e339a429962479abb0b36da

Authored by David RENE
1 parent cd6e40a2

Add last_smtp_code for managing the error 552

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
calexium_lib/mail/send_mail.anubis
@@ -58,7 +58,8 @@ public type Send_Param: @@ -58,7 +58,8 @@ public type Send_Param:
58 Str_Recipient recipient, 58 Str_Recipient recipient,
59 List(Data_IO) mail_parts, 59 List(Data_IO) mail_parts,
60 Send_Auth auth, 60 Send_Auth auth,
61 - Str_UID mail_uid 61 + Str_UID mail_uid,
  62 + Int last_smtp_code //0 means it's the first time
62 ). 63 ).
63 64
64 public type Send_Timeout: 65 public type Send_Timeout: