Searched refs:mail_from (Results 1 – 4 of 4) sorted by relevance
97 char *mail_from; member
87 Curl_safefree(config->mail_from); in free_config_fields()
1418 if(config->mail_from) in operate_do()1419 my_setopt_str(curl, CURLOPT_MAIL_FROM, config->mail_from); in operate_do()
1041 GetStr(&config->mail_from, nextarg); in getparameter()