Searched refs:SMTP_ERROR_RESPONSE_SPEC (Results 1 – 1 of 1) sorted by relevance
48 #define SMTP_ERROR_RESPONSE_SPEC "SMTP server response: %s" macro54 *error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)); \55 …snprintf(*error_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_…
Completed in 8 milliseconds