Searched refs:mail_from (Results 1 – 4 of 4) sorted by relevance
94 char *mail_from; member
84 Curl_safefree(config->mail_from); in free_config_fields()
1408 if(config->mail_from) in operate_do()1409 my_setopt_str(curl, CURLOPT_MAIL_FROM, config->mail_from); in operate_do()
999 GetStr(&config->mail_from, nextarg); in getparameter()