Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajakodings committed May 25, 2019
1 parent c892684 commit 307c892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/email_form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{!! csrf_field() !!}
<table width="100%" cellpadding="5px" border="1px">
<tr>
<td width="30%">Driver</td><td><input type="text" name="driver" size="90" value="{{ $driver?:'smtp' }}" required ></td>
<td width="20%">Driver</td><td><input type="text" name="driver" size="90" value="{{ $driver?:'smtp' }}" required ></td>
</tr>
<tr>
<td>Hostname</td><td><input type="text" name="hostname" size="90" value="{{ $hostname }}" required ></td>
Expand Down

0 comments on commit 307c892

Please sign in to comment.