mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 430998 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1366,7 +1366,7 @@ static int sendmail(struct minivm_template *template, struct minivm_account *vmu
|
||||
prep_email_sub_vars(ast, vmu, cidnum, cidname, dur, date, counter);
|
||||
|
||||
/* Find email address to use */
|
||||
/* If there's a server e-mail adress in the account, user that, othterwise template */
|
||||
/* If there's a server e-mail address in the account, use that, othterwise template */
|
||||
fromemail = ast_strlen_zero(vmu->serveremail) ? template->serveremail : vmu->serveremail;
|
||||
|
||||
/* Find name to user for server e-mail */
|
||||
|
Reference in New Issue
Block a user