Im building an automated newsletter, im kinda stuck with this problem.
I need to know if the email was sent or not. Here is my code
@$send = mail($emailRecipient, $subject, $message, $headers);
i tried to add it to an if statement but it does not work here is the code.
if( @$send = mail($emailRecipient, $subject, $message, $headers)){
//do something
}else{
//do something
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…