<?php $stok = 4; if($stok < 5){ $out = 'stok sayısı azaldı'; //phpmailer kodları }else{ $out = 'ürün sepete eklendi'; } if(isset($out)){echo $out;} ?>