Improvements to working out region for new addresses, Bounce netmails to a invalid address (that we would host)
This commit is contained in:
@@ -72,7 +72,7 @@ abstract class Netmails extends Notification //implements ShouldQueue
|
||||
|
||||
protected function sourceSummary(Echomail|Netmail $o,string $item=NULL): string
|
||||
{
|
||||
return sprintf("The %s was received here on [%s] and it looks like your system sent it on [%s].",
|
||||
return sprintf("The %s was processed here on [%s] and it looks like your system sent it on [%s].",
|
||||
$item ?: sprintf('%s with ID [%s] to [%s]',$o instanceof Netmail ? 'Netmail' : 'Echomail',$o->msgid,$o->to),
|
||||
Carbon::now()->utc()->toDateTimeString(),
|
||||
$o->date->utc()->toDateTimeString(),
|
||||
|
Reference in New Issue
Block a user